Home
last modified time | relevance | path

Searched defs:setCachedBitmap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/shaders/gradients/
H A DSkGradientBaseShader.h153 void setCachedBitmap(SkBitmap b) const { fColorsAndOffsetsBitmap = b; } in setCachedBitmap() function
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java720 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap() method in Bridge