HomeSort by relevance Sort by last modified time
    Searched refs:refBitmap (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 474 getRecordedClip(), refPaint(paint), refBitmap(bitmap),
485 getRecordedClip(), refPaint(paint), refBitmap(bitmap), meshWidth, meshHeight,
495 refPaint(paint), refBitmap(bitmap), refPatch(&patch)));
538 getRecordedClip(), refPaint(paint), refBitmap(bitmap)));
619 refBitmap(*hwuiBitmap);
RecordingCanvas.h 285 inline Bitmap* refBitmap(Bitmap& bitmap) {
  /external/skia/tests/
BlurTest.cpp 127 SkBitmap refBitmap;
128 create(&refBitmap, iref);
130 SkCanvas refCanvas(refBitmap);
148 compare(refBitmap, iref, testBitmap, itest));
  /external/skqp/tests/
BlurTest.cpp 126 SkBitmap refBitmap;
127 create(&refBitmap, iref);
129 SkCanvas refCanvas(refBitmap);
147 compare(refBitmap, iref, testBitmap, itest));
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 742 OPENGL_PIPELINE_TEST(RecordingCanvas, refBitmap) {
    [all...]

Completed in 370 milliseconds