Home
last modified time | relevance | path

Searched defs:drawables (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkRecordedDrawable.cpp37 SkDrawable* const* drawables = nullptr; in onDraw() local
77 SkDrawable* const* drawables = fDrawableList ? fDrawableList->begin() : nullptr; in flatten() local
DSkPictureRecorder.cpp123 SkDrawable* const* drawables = nullptr; in partialReplay() local
DSkStrike.cpp90 SkSpan<SkGlyph> drawables) { in FlattenGlyphsByType()
DSkRecordDraw.cpp48 SkDrawable* const drawables[], in SkRecordDraw()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java55 Drawable[] drawables = getCompoundDrawablesRelative(); in init() local
122 Drawable[] drawables = new Drawable[6]; in getAllCompoundDrawables() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java30 protected Drawable[] drawables; field in ShadowLayerDrawableTest
DShadowLayoutInflaterTest.java265 Drawable[] drawables = view.getCompoundDrawables(); in testTextViewCompoundDrawablesAreSet() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java172 static final Map<Pair<String, Integer>, Drawable> drawables = new LinkedHashMap<>(); field in ShadowPackageManager
/external/skia/src/text/gpu/
DSubRunContainer.cpp580 static SubRunOwner Make(SkZip<const SkGlyphID, const SkPoint> drawables, in Make()