Searched refs:refBitmap (Results 1 – 2 of 2) sorted by relevance
240 bitmap = refBitmap(*bitmap); in drawBitmap()308 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap), in drawBitmap()316 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap), in drawBitmap()329 addDrawOp(new (alloc()) DrawBitmapMeshOp(refBitmap(bitmap), meshWidth, meshHeight, in drawBitmapMesh()335 const SkBitmap* bitmapPtr = refBitmap(bitmap); in drawPatch()599 refBitmap(bitmap); in refBitmapsInShader()
351 inline const SkBitmap* refBitmap(const SkBitmap& bitmap) { in refBitmap() function