/external/skia/src/core/ |
D | SkPictureShader.cpp | 245 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix)); in onCreateContext() local 246 if (nullptr == bitmapShader.get()) { in onCreateContext() 249 return PictureShaderContext::Create(storage, *this, rec, bitmapShader); in onCreateContext() 255 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader) { in Create() argument 256 PictureShaderContext* ctx = new (storage) PictureShaderContext(shader, rec, bitmapShader); in Create() 265 const SkPictureShader& shader, const ContextRec& rec, SkShader* bitmapShader) in PictureShaderContext() argument 267 , fBitmapShader(SkRef(bitmapShader)) in PictureShaderContext() 269 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize(rec)); in PictureShaderContext() 270 fBitmapShaderContext = bitmapShader->createContext(rec, fBitmapShaderContextStorage); in PictureShaderContext() 324 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(viewM, localMatrix, maxTextureSize)); in asFragmentProcessor() local [all …]
|
D | SkPictureShader.h | 57 SkShader* bitmapShader); 67 PictureShaderContext(const SkPictureShader&, const ContextRec&, SkShader* bitmapShader);
|
/external/skia/tests/ |
D | BitmapHeapTest.cpp | 53 SkShader* bitmapShader = SkShader::CreateBitmapShader(bm, SkShader::kRepeat_TileMode, in DEF_TEST() local 55 SkAutoTUnref<SkShader> aur(bitmapShader); in DEF_TEST() 68 int index = dictionary.find(*bitmapShader); in DEF_TEST() 89 index = dictionary.find(*bitmapShader); in DEF_TEST()
|
/external/skia/gm/ |
D | pictureshader.cpp | 161 SkAutoTUnref<SkShader> bitmapShader(SkShader::CreateBitmapShader( in drawScene() local 166 paint.setShader(bitmapShader.get()); in drawScene()
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 1115 <!-- /** bitmapShader 1118 <xs:element name="bitmapShader"> 1927 <!-- @element bitmapShader Sets or cancels an image to draw as the color. --> 1928 <xs:element ref="Sk:bitmapShader"/>
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |