/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | NavigationBarButton.java | 51 Drawable[] drawables = getCompoundDrawablesRelative(); in init() local 52 for (int i = 0; i < drawables.length; i++) { in init() 53 if (drawables[i] != null) { in init() 54 drawables[i] = TintedDrawable.wrap(drawables[i]); in init() 58 drawables[0], drawables[1], drawables[2], drawables[3]); in init() 118 Drawable[] drawables = new Drawable[6]; in getAllCompoundDrawables() local 120 drawables[0] = compoundDrawables[0]; // left in getAllCompoundDrawables() 121 drawables[1] = compoundDrawables[1]; // top in getAllCompoundDrawables() 122 drawables[2] = compoundDrawables[2]; // right in getAllCompoundDrawables() 123 drawables[3] = compoundDrawables[3]; // bottom in getAllCompoundDrawables() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLayerDrawableTest.java | 33 protected Drawable[] drawables; field in ShadowLayerDrawableTest 46 drawables = new Drawable[]{drawable1000, drawable2000, drawable3000}; in setUp() 51 LayerDrawable layerDrawable = new LayerDrawable(drawables); in testGetNumberOfLayers() 57 LayerDrawable layerDrawable = new LayerDrawable(drawables); in testSetDrawableByLayerId1() 70 LayerDrawable layerDrawable = new LayerDrawable(drawables); in testSetDrawableByLayerId2() 83 LayerDrawable layerDrawable = new LayerDrawable(drawables); in setDrawableByLayerId_shouldReturnFalseIfIdNotFound() 90 LayerDrawable layerDrawable = new LayerDrawable(drawables); in setDrawableByLayerId_shouldReturnTrueIfIdWasFound()
|
D | ShadowLayoutInflaterTest.java | 259 Drawable[] drawables = view.getCompoundDrawables(); in testTextViewCompoundDrawablesAreSet() local 260 assertThat(shadowOf(drawables[0]).getCreatedFromResId()).isEqualTo(R.drawable.fourth_image); in testTextViewCompoundDrawablesAreSet() 261 assertThat(shadowOf(drawables[1]).getCreatedFromResId()).isEqualTo(R.drawable.an_image); in testTextViewCompoundDrawablesAreSet() 262 assertThat(shadowOf(drawables[2]).getCreatedFromResId()).isEqualTo(R.drawable.an_other_image); in testTextViewCompoundDrawablesAreSet() 263 assertThat(shadowOf(drawables[3]).getCreatedFromResId()).isEqualTo(R.drawable.third_image); in testTextViewCompoundDrawablesAreSet()
|
/external/skia/src/core/ |
D | SkRecordDraw.h | 31 SkDrawable* const drawables[], int drawableCount, 49 SkDrawable* const drawables[], int drawableCount, 54 , fDrawables(drawables)
|
D | SkRecordedDrawable.cpp | 17 SkDrawable* const* drawables = nullptr; in onDraw() local 20 drawables = fDrawableList->begin(); in onDraw() 23 SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, fBBH.get(), nullptr); in onDraw()
|
D | SkPictureRecorder.cpp | 107 SkDrawable* const* drawables = nullptr; in partialReplay() local 111 drawables = drawableList->begin(); in partialReplay() 113 …SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, nullptr/*bbh*/, nullptr/*callbac… in partialReplay()
|
D | SkRecordDraw.cpp | 16 SkDrawable* const drawables[], in SkRecordDraw() argument 33 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw() 45 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw()
|
/external/skqp/src/core/ |
D | SkRecordDraw.h | 31 SkDrawable* const drawables[], int drawableCount, 49 SkDrawable* const drawables[], int drawableCount, 54 , fDrawables(drawables)
|
D | SkRecordedDrawable.cpp | 17 SkDrawable* const* drawables = nullptr; in onDraw() local 20 drawables = fDrawableList->begin(); in onDraw() 23 SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, fBBH.get(), nullptr); in onDraw()
|
D | SkPictureRecorder.cpp | 107 SkDrawable* const* drawables = nullptr; in partialReplay() local 111 drawables = drawableList->begin(); in partialReplay() 113 …SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, nullptr/*bbh*/, nullptr/*callbac… in partialReplay()
|
D | SkRecordDraw.cpp | 16 SkDrawable* const drawables[], in SkRecordDraw() argument 33 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw() 45 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount); in SkRecordDraw()
|
/external/mesa3d/docs/specs/ |
D | MESA_pixmap_colormap.spec | 32 Since Mesa allows RGB rendering into drawables with PseudoColor,
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 41 Support for GLXPbuffers has been added. These are drawables that are
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageManager.java | 120 static final Map<Pair<String, Integer>, Drawable> drawables = new LinkedHashMap<>(); field in ShadowPackageManager 550 drawables.put(new Pair(packageName, resourceId), drawable); in addDrawableResolution() 1108 drawables.clear(); in reset()
|
D | ShadowApplicationPackageManager.java | 1367 Drawable result = drawables.get(new Pair<>(packageName, resId)); in getDrawable()
|
/external/mesa3d/docs/ |
D | libGL.txt | 131 drawables and perform all the operations needed by the GLX interface.
|
D | VERSIONS | 1369 - fixed memory leak when freeing GLX drawables/renderbuffers
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 280 lies on the *bottom edge* or *left edge* (e.g., OpenGL drawables)::
|