Searched refs:refBitmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp230 bitmap = refBitmap(*bitmap);
298 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
306 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
319 addDrawOp(new (alloc()) DrawBitmapMeshOp(refBitmap(bitmap), meshWidth, meshHeight,
325 const SkBitmap* bitmapPtr = refBitmap(bitmap);
585 refBitmap(bitmap);
H A DRecordingCanvas.cpp500 refPaint(paint), refBitmap(bitmap),
512 refPaint(paint), refBitmap(bitmap), meshWidth, meshHeight,
524 refPaint(paint), refBitmap(bitmap), refPatch(&patch)));
559 refPaint(paint), refBitmap(*bitmap)));
645 refBitmap(bitmap);
H A DDisplayListCanvas.h319 inline const SkBitmap* refBitmap(const SkBitmap& bitmap) { function in class:android::uirenderer::DisplayListCanvas
H A DRecordingCanvas.h289 inline const SkBitmap* refBitmap(const SkBitmap& bitmap) { function in class:android::uirenderer::RecordingCanvas
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp664 TEST(RecordingCanvas, refBitmap) {

Completed in 363 milliseconds