Searched refs:getEntryTexture (Results 1 – 5 of 5) sorted by relevance
157 Texture* getEntryTexture(const SkPixelRef* pixelRef) const;
69 Texture* AssetAtlas::getEntryTexture(const SkPixelRef* pixelRef) const { in getEntryTexture() function in android::uirenderer::AssetAtlas
185 Texture* texture = mRenderState.assetAtlas().getEntryTexture(bitmap->pixelRef()); in getTexture()
1535 Texture* texture = mRenderState.assetAtlas().getEntryTexture(bitmap->pixelRef());2319 Texture* texture = mRenderState.assetAtlas().getEntryTexture(bitmap->pixelRef());
460 Texture* texture = renderer.renderState().assetAtlas().getEntryTexture(op.bitmap->pixelRef()); in onBitmapMeshOp()