Home
last modified time | relevance | path

Searched full:nine (Results 1 – 25 of 1941) sorted by relevance

12345678910>>...78

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_helpers.h59 #define NINE_DEVICE_CHILD_NEW(nine, out, dev, ...) \ argument
62 struct Nine##nine *__data; \
64 __data = CALLOC_STRUCT(Nine##nine); \
67 …dev)->params.BehaviorFlags & D3DCREATE_MULTITHREADED) ? &Lock##nine##_vtable : &Nine##nine##_vtabl…
68 __params.guids = Nine##nine##_IIDs; \
69 __params.dtor = (void *)Nine##nine##_dtor; \
74 HRESULT __hr = Nine##nine##_ctor(__data, &__params, ## __VA_ARGS__); \
76 Nine##nine##_dtor(__data); \
85 #define NINE_DEVICE_CHILD_BIND_NEW(nine, out, dev, ...) \ argument
88 struct Nine##nine *__data; \
[all …]
H A Dnine_debug.c66 /* inside a class this will print nine:tid:classinlowercase:func: while in _nine_debug_printf()
67 * outside a class (rarely used) it will just print nine:tid:func in _nine_debug_printf()
69 * will also strip off the "Nine" */ in _nine_debug_printf()
70 if (f && strncmp(func, "Nine", 4) == 0) { in _nine_debug_printf()
76 _debug_printf("nine:0x%08lx:%s:%s: ", tid, klass, ++f); in _nine_debug_printf()
78 _debug_printf("nine:%s:%s: ", klass, ++f); in _nine_debug_printf()
81 _debug_printf("nine:0x%08lx:%s ", tid, func); in _nine_debug_printf()
83 _debug_printf("nine:%s ", func); in _nine_debug_printf()
99 _debug_printf("nine:%s:%d: %s STUB!\n", r ? ++r : file, line, func); in _nine_stub()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D10.4.3.rst38 r600g+nine: Bioshock shader failure after
49 - st/nine: Add new texture format strings
50 - st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS
51 - st/nine: NineBaseTexture9: fix setting of last_layer
52 - st/nine: CubeTexture: fix GetLevelDesc
53 - st/nine: Fix crash when deleting non-implicit swapchain
54 - st/nine: Return D3DERR_INVALIDCALL when trying to create a texture of
56 - st/nine: NineBaseTexture9: update sampler view creation
57 - st/nine: Check if srgb format is supported before trying to use it.
58 - st/nine: Add ATI1 and ATI2 support
[all …]
H A D22.1.7.rst55 - frontend/nine: Skip invalid swvp calls
56 - frontend/nine: Fix buffer tracking out of bounds
57 - frontend/nine: Fix ATOC handling
58 - frontend/nine: Fix cso restore bug
59 - frontend/nine: Fix shader multi-use crash
60 - frontend/nine: Fix ff position_t fallback when w = 0
151 - nine: set view_mask=0
157 - nine: check return on resource_get_handle
H A D21.1.0.rst74 - Build fail due to "parameter name omitted" on Gallium Nine
836 - st/nine: Reduce system memory allocated by D3DUSAGE_AUTOGENMIPMAP
837 - st/nine: Do not allow depth buffer render targets
838 - st/nine: Clamp GetAvailableTextureMem
839 - st/nine: Unmap buffers after full unlock
840 - st/nine: Track formats compatible with FETCH4
841 - st/nine: Implement experimental FETCH4
842 - st/nine: Enable DF24 support
843 - st/nine: Add new debug and error checks
844 - st/nine: Refactor ht_guid_delete
[all …]
/aosp_15_r20/frameworks/base/core/res/res/drawable/
H A Dswitch_thumb_material_anim.xml20 <nine-patch
29 <nine-patch
36 <nine-patch
47 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00001" android:gravity="center" android:t…
50 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00002" android:gravity="center" android:t…
53 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00003" android:gravity="center" android:t…
56 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00004" android:gravity="center" android:t…
59 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00005" android:gravity="center" android:t…
62 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00006" android:gravity="center" android:t…
65 …<nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00007" android:gravity="center" android:t…
[all …]
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DRbnfTest.java286 { "579", "five hundred seventy-nine" }, in TestEnglishSpellout()
291 { "15,943", "fifteen thousand nine hundred forty-three" }, in TestEnglishSpellout()
1074 …million five hundred sixty-seven thousand eight hundred ninety point zero nine eight seven six fiv… in TestSmallValues()
1075 …y-three million four hundred fifty-six thousand seven hundred eighty-nine point nine eight seven s… in TestSmallValues()
1082 …44", "zero point zero zero zero zero zero zero zero zero one one seven five four nine four four" }, in TestSmallValues()
1083 …1175494351", "zero point zero zero zero zero zero one one seven five four nine four three five one… in TestSmallValues()
1100 + " zero; one; two; three; four; five; six; seven; eight; nine;\n" in TestRuleSetDisplayName()
1506 + " zero; one; two; three; four; five; six; seven; eight; nine;\n" in TestChineseProcess()
1745 + "9: nine;"; in TestVariableDecimalPoint()
1770 {"0.49", "zero point four nine"}, in TestRounding()
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DRbnfTest.java289 { "579", "five hundred seventy-nine" }, in TestEnglishSpellout()
294 { "15,943", "fifteen thousand nine hundred forty-three" }, in TestEnglishSpellout()
1077 …million five hundred sixty-seven thousand eight hundred ninety point zero nine eight seven six fiv… in TestSmallValues()
1078 …y-three million four hundred fifty-six thousand seven hundred eighty-nine point nine eight seven s… in TestSmallValues()
1085 …44", "zero point zero zero zero zero zero zero zero zero one one seven five four nine four four" }, in TestSmallValues()
1086 …1175494351", "zero point zero zero zero zero zero one one seven five four nine four three five one… in TestSmallValues()
1103 + " zero; one; two; three; four; five; six; seven; eight; nine;\n" in TestRuleSetDisplayName()
1509 + " zero; one; two; three; four; five; six; seven; eight; nine;\n" in TestChineseProcess()
1748 + "9: nine;"; in TestVariableDecimalPoint()
1773 {"0.49", "zero point four nine"}, in TestRounding()
[all …]
/aosp_15_r20/external/skia/resources/sksl/shared/
H A DMatrixEquality.sksl16 float nine = 9 * one;
37 ok = ok && (float3x3(float3(nine,zero,zero), float3(zero,nine,zero), float3(zero,zero,one)) ==
40 ok = ok && (float3x3(float3(nine).x00, float3(nine).0x0, float3(one).00x) ==
53 // ok = ok && (float2x2(nine)[0] == float2(9.0, 0.0));
54 // ok = ok && (float2x2(nine)[1] == float2(0.0, 9.0));
56 // ok = ok && (float2x2(nine)[0][0] == 9.0);
57 // ok = ok && (float2x2(nine)[0][1] == 0.0);
58 // ok = ok && (float2x2(nine)[1][0] == 0.0);
59 // ok = ok && (float2x2(nine)[1][1] == 9.0);
61 float3x3 m = float3x3(one, two, 3, 4, 5, 6, 7, 8, nine);
[all …]
/aosp_15_r20/external/mesa3d/docs/
H A Dgallium-nine.rst1 Gallium Nine
6 Nine implements the full IDirect3DDevice9 COM interface and a custom COM interface called ID3DAdapt…
9 Gallium Nine is commonly used in conjunction with `Wine <https://www.winehq.org/>`__.
10 `Gallium Nine Standalone <https://github.com/iXit/wine-nine-standalone>`__ is the standalone versio…
11 Aside from Wine, Gallium Nine works well with `Box86 <https://ptitseb.github.io/box86/>`__.
16 …sts, demos, and more details, you can see `this repository <https://github.com/iXit/nine-tests>`__.
26 -D gallium-nine=true \
33 You need to point wine-nine-standalone to the location of ``d3dadapter9.so``.
37 - compile Wine Nine Standalone with ``D3D9NINE_MODULEPATH`` pointing to your local library
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp870 const llong NINE(0, 9);
871 const llong NEG_NINE = -NINE;
891 …&ZERO, &THREE, &NEG_THREE, &NINE, &NEG_NINE, &TWO_TO_16X3, &NEG_TWO_TO_16X3, &TWO_TO_32X3, &NEG_TW…
892 …&ZERO, &NEG_THREE, &THREE, &NEG_NINE, &NINE, &NEG_TWO_TO_16X3, &TWO_TO_16X3, &NEG_TWO_TO_32X3, &TW…
1162 { "579", "five hundred seventy-nine" }, in TestEnglishSpellout()
1167 { "15,943", "fifteen thousand nine hundred forty-three" }, in TestEnglishSpellout()
1758 …ive hundred and sixty-seven thousand, eight hundred and ninety point zero nine eight seven six fiv… in TestSmallValues()
1759 …llion, four hundred and fifty-six thousand, seven hundred and eighty-nine point nine eight seven s… in TestSmallValues()
1766 …44", "zero point zero zero zero zero zero zero zero zero one one seven five four nine four four" }, in TestSmallValues()
1767 …{ "0.000001175494351", "zero point zero zero zero zero zero one one seven five four nine four thre… in TestSmallValues()
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp871 const llong NINE(0, 9);
872 const llong NEG_NINE = -NINE;
892 …&ZERO, &THREE, &NEG_THREE, &NINE, &NEG_NINE, &TWO_TO_16X3, &NEG_TWO_TO_16X3, &TWO_TO_32X3, &NEG_TW…
893 …&ZERO, &NEG_THREE, &THREE, &NEG_NINE, &NINE, &NEG_TWO_TO_16X3, &TWO_TO_16X3, &NEG_TWO_TO_32X3, &TW…
1163 { "579", "five hundred seventy-nine" }, in TestEnglishSpellout()
1168 { "15,943", "fifteen thousand nine hundred forty-three" }, in TestEnglishSpellout()
1851 …ive hundred and sixty-seven thousand, eight hundred and ninety point zero nine eight seven six fiv… in TestSmallValues()
1852 …llion, four hundred and fifty-six thousand, seven hundred and eighty-nine point nine eight seven s… in TestSmallValues()
1859 …44", "zero point zero zero zero zero zero zero zero zero one one seven five four nine four four" }, in TestSmallValues()
1860 …{ "0.000001175494351", "zero point zero zero zero zero zero one one seven five four nine four thre… in TestSmallValues()
[all …]
/aosp_15_r20/external/fonttools/Tests/voltLib/data/
H A DNutso.fea2 …ro.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom];
3 @numerals = [zero one two three four five six seven eight nine];
4 …ro.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr];
38 markClass nine.numr <anchor 0 0> @INIT.1.10;
39 markClass nine.numr <anchor 0 0> @INIT.2.10;
40 markClass nine.numr <anchor 0 0> @INIT.3.10;
41 markClass nine.numr <anchor 0 0> @INIT.4.10;
42 markClass nine.numr <anchor 0 0> @INIT.5.10;
43 markClass nine.numr <anchor 0 0> @INIT.6.10;
44 markClass nine.numr <anchor 0 0> @INIT.7.10;
[all …]
H A DNutso.vtp15 DEF_GLYPH "nine" ID 13 UNICODE 57 TYPE BASE END_GLYPH
28 DEF_GLYPH "nine.numr" ID 26 TYPE MARK END_GLYPH
38 DEF_GLYPH "nine.dnom" ID 36 TYPE BASE END_GLYPH
82 …GLYPH "five.dnom" GLYPH "six.dnom" GLYPH "seven.dnom" GLYPH "eight.dnom" GLYPH "nine.dnom" END_ENUM
85 …YPH "three" GLYPH "four" GLYPH "five" GLYPH "six" GLYPH "seven" GLYPH "eight" GLYPH "nine" END_ENUM
88 …GLYPH "five.numr" GLYPH "six.numr" GLYPH "seven.numr" GLYPH "eight.numr" GLYPH "nine.numr" END_ENUM
754 DEF_ANCHOR "MARK_NUMRNUMR" ON 26 GLYPH nine.numr COMPONENT 1 AT POS END_POS END_ANCHOR
763 DEF_ANCHOR "NUMRNUMR" ON 26 GLYPH nine.numr COMPONENT 1 AT POS DX 700 END_POS END_ANCHOR
774 DEF_ANCHOR "MARK_INIT.1.10" ON 26 GLYPH nine.numr COMPONENT 1 AT POS END_POS END_ANCHOR
785 DEF_ANCHOR "MARK_INIT.2.10" ON 26 GLYPH nine.numr COMPONENT 1 AT POS END_POS END_ANCHOR
[all …]
/aosp_15_r20/external/pcre/maint/Unicode.tables/
H A DDerivedBidiClass.txt175 0966..096F ; L # Nd [10] DEVANAGARI DIGIT ZERO..DEVANAGARI DIGIT NINE
194 09E6..09EF ; L # Nd [10] BENGALI DIGIT ZERO..BENGALI DIGIT NINE
211 0A66..0A6F ; L # Nd [10] GURMUKHI DIGIT ZERO..GURMUKHI DIGIT NINE
227 0AE6..0AEF ; L # Nd [10] GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE
245 0B66..0B6F ; L # Nd [10] ORIYA DIGIT ZERO..ORIYA DIGIT NINE
265 0BE6..0BEF ; L # Nd [10] TAMIL DIGIT ZERO..TAMIL DIGIT NINE
277 0C66..0C6F ; L # Nd [10] TELUGU DIGIT ZERO..TELUGU DIGIT NINE
298 0CE6..0CEF ; L # Nd [10] KANNADA DIGIT ZERO..KANNADA DIGIT NINE
315 0D66..0D6F ; L # Nd [10] MALAYALAM DIGIT ZERO..MALAYALAM DIGIT NINE
327 0DE6..0DEF ; L # Nd [10] SINHALA LITH DIGIT ZERO..SINHALA LITH DIGIT NINE
[all …]
H A DScripts.txt39 0030..0039 ; Common # Nd [10] DIGIT ZERO..DIGIT NINE
149 2074..2079 ; Common # No [6] SUPERSCRIPT FOUR..SUPERSCRIPT NINE
153 2080..2089 ; Common # No [10] SUBSCRIPT ZERO..SUBSCRIPT NINE
485 FF10..FF19 ; Common # Nd [10] FULLWIDTH DIGIT ZERO..FULLWIDTH DIGIT NINE
522 102E1..102FB ; Common # No [27] COPTIC EPACT DIGIT ONE..COPTIC EPACT NUMBER NINE HUNDRED
579 1D7CE..1D7FF ; Common # Nd [50] MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE
580 1EC71..1ECAB ; Common # No [59] INDIC SIYAQ NUMBER ONE..INDIC SIYAQ NUMBER PREFIXED NINE
608 1F77B..1F7D9 ; Common # So [95] HAUMEA..NINE POINTED WHITE STAR
628 1FBF0..1FBF9 ; Common # Nd [10] SEGMENTED DIGIT ZERO..SEGMENTED DIGIT NINE
847 0660..0669 ; Arabic # Nd [10] ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/data/unicode/
H A DEastAsianWidth.txt55 0030..0039;Na # Nd [10] DIGIT ZERO..DIGIT NINE
281 0660..0669;N # Nd [10] ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE
297 06F0..06F9;N # Nd [10] EXTENDED ARABIC-INDIC DIGIT ZERO..EXTENDED ARABIC-INDIC DIGIT NINE
312 07C0..07C9;N # Nd [10] NKO DIGIT ZERO..NKO DIGIT NINE
361 0966..096F;N # Nd [10] DEVANAGARI DIGIT ZERO..DEVANAGARI DIGIT NINE
386 09E6..09EF;N # Nd [10] BENGALI DIGIT ZERO..BENGALI DIGIT NINE
412 0A66..0A6F;N # Nd [10] GURMUKHI DIGIT ZERO..GURMUKHI DIGIT NINE
436 0AE6..0AEF;N # Nd [10] GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE
463 0B66..0B6F;N # Nd [10] ORIYA DIGIT ZERO..ORIYA DIGIT NINE
486 0BE6..0BEF;N # Nd [10] TAMIL DIGIT ZERO..TAMIL DIGIT NINE
[all …]
/aosp_15_r20/libcore/ojluni/src/test/resources/data/unicodedata/
H A DScripts.txt39 0030..0039 ; Common # Nd [10] DIGIT ZERO..DIGIT NINE
149 2074..2079 ; Common # No [6] SUPERSCRIPT FOUR..SUPERSCRIPT NINE
153 2080..2089 ; Common # No [10] SUBSCRIPT ZERO..SUBSCRIPT NINE
485 FF10..FF19 ; Common # Nd [10] FULLWIDTH DIGIT ZERO..FULLWIDTH DIGIT NINE
522 102E1..102FB ; Common # No [27] COPTIC EPACT DIGIT ONE..COPTIC EPACT NUMBER NINE HUNDRED
579 1D7CE..1D7FF ; Common # Nd [50] MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE
580 1EC71..1ECAB ; Common # No [59] INDIC SIYAQ NUMBER ONE..INDIC SIYAQ NUMBER PREFIXED NINE
608 1F77B..1F7D9 ; Common # So [95] HAUMEA..NINE POINTED WHITE STAR
628 1FBF0..1FBF9 ; Common # Nd [10] SEGMENTED DIGIT ZERO..SEGMENTED DIGIT NINE
847 0660..0669 ; Arabic # Nd [10] ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE
[all …]
/aosp_15_r20/external/expat/expat/tests/
H A Dacc_tests.c131 "<!ENTITY nine \"123456789\">\n" in START_TEST()
133 "<root>&nine;</root>", in START_TEST()
136 "<!ENTITY nine \"123456789\">\n" in START_TEST()
138 "<root k1=\"&nine;\"/>", in START_TEST()
141 "<!ENTITY nine \"123456789\">\n" in START_TEST()
142 "<!ENTITY nine2 \"&nine;&nine;\">\n" in START_TEST()
146 sizeof(XML_Char) * 3 /* calls to &nine2; */ * 2 /* calls to &nine; */ in START_TEST()
147 * (strlen("&nine;") + strlen("123456789"))}, in START_TEST()
168 "<!ENTITY % ninedef \"&#60;!ENTITY nine &#34;123456789&#34;&#62;\">\n" in START_TEST()
171 "<r>&nine;</r>", in START_TEST()
[all …]
/aosp_15_r20/external/unicode/
H A DDerivedAge.txt112 06F0..06F9 ; 1.1 # [10] EXTENDED ARABIC-INDIC DIGIT ZERO..EXTENDED ARABIC-INDIC DIGIT NINE
161 0AE6..0AEF ; 1.1 # [10] GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE
203 0C66..0C6F ; 1.1 # [10] TELUGU DIGIT ZERO..TELUGU DIGIT NINE
216 0CE6..0CEF ; 1.1 # [10] KANNADA DIGIT ZERO..KANNADA DIGIT NINE
227 0D66..0D6F ; 1.1 # [10] MALAYALAM DIGIT ZERO..MALAYALAM DIGIT NINE
246 0ED0..0ED9 ; 1.1 # [10] LAO DIGIT ZERO..LAO DIGIT NINE
506 17E0..17E9 ; 3.0 # [10] KHMER DIGIT ZERO..KHMER DIGIT NINE
509 1810..1819 ; 3.0 # [10] MONGOLIAN DIGIT ZERO..MONGOLIAN DIGIT NINE
556 10330..1034A ; 3.1 # [27] GOTHIC LETTER AHSA..GOTHIC LETTER NINE HUNDRED
585 1D7CE..1D7FF ; 3.1 # [50] MATHEMATICAL BOLD DIGIT ZERO..MATHEMATICAL MONOSPACE DIGIT NINE
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Ddecoration_manager_test.cpp910 OpDecorateId %1 AlignmentId %nine in TEST_F()
911 OpDecorateId %3 MaxByteOffsetId %nine in TEST_F()
912 OpDecorateId %3 AlignmentId %nine in TEST_F()
913 OpDecorateId %1 MaxByteOffsetId %nine in TEST_F()
915 %nine = OpConstant %u32 9 in TEST_F()
929 OpDecorateId %1 AlignmentId %nine in TEST_F()
930 OpDecorateId %2 MaxByteOffsetId %nine in TEST_F()
931 OpDecorateId %2 AlignmentId %nine in TEST_F()
933 %nine = OpConstant %u32 9 in TEST_F()
1222 OpDecorateId %1 AlignmentId %nine in TEST_F()
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp910 OpDecorateId %1 AlignmentId %nine in TEST_F()
911 OpDecorateId %3 MaxByteOffsetId %nine in TEST_F()
912 OpDecorateId %3 AlignmentId %nine in TEST_F()
913 OpDecorateId %1 MaxByteOffsetId %nine in TEST_F()
915 %nine = OpConstant %u32 9 in TEST_F()
929 OpDecorateId %1 AlignmentId %nine in TEST_F()
930 OpDecorateId %2 MaxByteOffsetId %nine in TEST_F()
931 OpDecorateId %2 AlignmentId %nine in TEST_F()
933 %nine = OpConstant %u32 9 in TEST_F()
1222 OpDecorateId %1 AlignmentId %nine in TEST_F()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddecoration_manager_test.cpp910 OpDecorateId %1 AlignmentId %nine in TEST_F()
911 OpDecorateId %3 MaxByteOffsetId %nine in TEST_F()
912 OpDecorateId %3 AlignmentId %nine in TEST_F()
913 OpDecorateId %1 MaxByteOffsetId %nine in TEST_F()
915 %nine = OpConstant %u32 9 in TEST_F()
929 OpDecorateId %1 AlignmentId %nine in TEST_F()
930 OpDecorateId %2 MaxByteOffsetId %nine in TEST_F()
931 OpDecorateId %2 AlignmentId %nine in TEST_F()
933 %nine = OpConstant %u32 9 in TEST_F()
1222 OpDecorateId %1 AlignmentId %nine in TEST_F()
[all …]
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryTest.cpp100 "one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen " in TEST()
102 "twenty-five twenty-six twenty-seven twenty-eight twenty-nine thirty thirty-one thirty-two " in TEST()
103 "thirty-three thirty-four thirty-five thirty-six thirty-seven thirty-eight thirty-nine forty " in TEST()
105 "forty-nine fifty fifty-one fifty-two fifty-three fifty-four fifty-five fifty-six " in TEST()
106 "fifty-seven fifty-eight fifty-nine sixty sixty-one sixty-two sixty-three sixty-four " in TEST()
107 "sixty-five sixty-six sixty-seven sixty-eight sixty-nine seventy seventy-one seventy-two " in TEST()
109 "seventy-nine eighty"; in TEST()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DNinePatchTexture.java61 throw new RuntimeException("invalid nine-patch image: " + mResId); in onGetBitmap()
67 // get the paddings from nine patch in getPaddings()
188 // We need 16 vertices for a normal nine-patch image (the 4x4 vertices)
191 // We need 22 indices for a normal nine-patch image, plus 2 for each
217 throw new RuntimeException("unsupported nine patch"); in NinePatchInstance()
232 * Stretches the texture according to the nine-patch rules. It will
233 * linearly distribute the strechy parts defined in the nine-patch chunk to
254 * @param div the stretch parts defined in nine-patch chunk
315 * Given a 3x3 nine-patch image, the vertex order is defined as the in prepareVertexData()

12345678910>>...78