Loading core/jni/android/graphics/Bitmap.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ using namespace android; // on the caller already having a local JNI ref class LocalScopedBitmap { public: LocalScopedBitmap(jlong bitmapHandle) explicit LocalScopedBitmap(jlong bitmapHandle) : mBitmap(reinterpret_cast<Bitmap*>(bitmapHandle)) {} Bitmap* operator->() { Loading core/jni/android/graphics/HarfBuzzNGFaceSkia.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ static const bool kDebugGlyphs = false; // calls. See the Harfbuzz source for references about what these callbacks do. struct HarfBuzzFontData { HarfBuzzFontData(SkPaint* paint) : m_paint(paint) { } explicit HarfBuzzFontData(SkPaint* paint) : m_paint(paint) { } SkPaint* m_paint; }; Loading core/jni/android/graphics/Region.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ struct RgnIterPair { SkRegion fRgn; // a copy of the caller's region SkRegion::Iterator fIter; // an iterator acting upon the copy (fRgn) RgnIterPair(const SkRegion& rgn) : fRgn(rgn) { explicit RgnIterPair(const SkRegion& rgn) : fRgn(rgn) { // have our iterator reference our copy (fRgn), so we know it will be // unchanged for the lifetime of the iterator fIter.reset(fRgn); Loading core/jni/android_hardware_camera2_legacy_PerfMeasurement.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ class PerfMeasurementContext { * will be active at once, which is a function of the GPU's level of * pipelining and the frequency of queries. */ PerfMeasurementContext(size_t maxQueryCount): explicit PerfMeasurementContext(size_t maxQueryCount): mTimingStartIndex(0), mTimingEndIndex(0), mTimingQueryIndex(0) { Loading core/jni/android_util_AssetManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1059,7 +1059,7 @@ static void android_content_AssetManager_dumpTheme(JNIEnv* env, jobject clazz, class XmlAttributeFinder : public BackTrackingAttributeFinder<XmlAttributeFinder, jsize> { public: XmlAttributeFinder(const ResXMLParser* parser) explicit XmlAttributeFinder(const ResXMLParser* parser) : BackTrackingAttributeFinder(0, parser != NULL ? parser->getAttributeCount() : 0) , mParser(parser) {} Loading Loading
core/jni/android/graphics/Bitmap.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ using namespace android; // on the caller already having a local JNI ref class LocalScopedBitmap { public: LocalScopedBitmap(jlong bitmapHandle) explicit LocalScopedBitmap(jlong bitmapHandle) : mBitmap(reinterpret_cast<Bitmap*>(bitmapHandle)) {} Bitmap* operator->() { Loading
core/jni/android/graphics/HarfBuzzNGFaceSkia.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ static const bool kDebugGlyphs = false; // calls. See the Harfbuzz source for references about what these callbacks do. struct HarfBuzzFontData { HarfBuzzFontData(SkPaint* paint) : m_paint(paint) { } explicit HarfBuzzFontData(SkPaint* paint) : m_paint(paint) { } SkPaint* m_paint; }; Loading
core/jni/android/graphics/Region.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ struct RgnIterPair { SkRegion fRgn; // a copy of the caller's region SkRegion::Iterator fIter; // an iterator acting upon the copy (fRgn) RgnIterPair(const SkRegion& rgn) : fRgn(rgn) { explicit RgnIterPair(const SkRegion& rgn) : fRgn(rgn) { // have our iterator reference our copy (fRgn), so we know it will be // unchanged for the lifetime of the iterator fIter.reset(fRgn); Loading
core/jni/android_hardware_camera2_legacy_PerfMeasurement.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ class PerfMeasurementContext { * will be active at once, which is a function of the GPU's level of * pipelining and the frequency of queries. */ PerfMeasurementContext(size_t maxQueryCount): explicit PerfMeasurementContext(size_t maxQueryCount): mTimingStartIndex(0), mTimingEndIndex(0), mTimingQueryIndex(0) { Loading
core/jni/android_util_AssetManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1059,7 +1059,7 @@ static void android_content_AssetManager_dumpTheme(JNIEnv* env, jobject clazz, class XmlAttributeFinder : public BackTrackingAttributeFinder<XmlAttributeFinder, jsize> { public: XmlAttributeFinder(const ResXMLParser* parser) explicit XmlAttributeFinder(const ResXMLParser* parser) : BackTrackingAttributeFinder(0, parser != NULL ? parser->getAttributeCount() : 0) , mParser(parser) {} Loading