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.cpp518 refPaint(paint), refBitmap(bitmap),
530 refPaint(paint), refBitmap(bitmap), meshWidth, meshHeight,
542 refPaint(paint), refBitmap(bitmap), refPatch(&patch)));
577 refPaint(paint), refBitmap(*bitmap)));
663 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.cpp730 TEST(RecordingCanvas, refBitmap) {

Completed in 110 milliseconds