Home
last modified time | relevance | path

Searched defs:TestDrawable (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DVkDrawableTest.cpp32 class TestDrawable : public SkDrawable { class
34 TestDrawable(const GrVkInterface* interface, GrContext* context, int32_t width, int32_t height) in TestDrawable() function in TestDrawable
/external/skqp/tests/
DVkDrawableTest.cpp32 class TestDrawable : public SkDrawable { class
34 TestDrawable(const GrVkInterface* interface, GrContext* context, int32_t width, int32_t height) in TestDrawable() function in TestDrawable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDrawableTest.java188 private static class TestDrawable extends Drawable { class in ShadowDrawableTest