HomeSort by relevance Sort by last modified time
    Searched full:vert (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 46 LinearLayout vert = new LinearLayout(mContext); local
47 vert.addView(new CreateViewTest.ViewOne(mContext),
53 LinearLayout vert = new LinearLayout(mContext); local
56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
59 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
65 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
85 LinearLayout vert = new LinearLayout(mContext) local
91 LinearLayout vert = new LinearLayout(mContext); local
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 39 #define COORD(vert, i) ((float *)(vert))[i]
70 /* start with u=vert[n-1], v=vert[0] */
71 u = &p->vert[p->n-1];
73 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) {
82 wp = (float *)&q->vert[q->n].sx;
89 q->vert[q->n++] = *v;
115 for (v=p1->vert, i=p1->n; i>0; i--, v++) {
poly.h 40 Poly_vert vert[POLY_NMAX]; /* vertices */ member in struct:android::__anon7085
  /external/skia/src/gl/
SkGL.cpp 455 SkGLVertex* vert = base; local
467 SkGL::DrawVertices(vert - base, GL_TRIANGLE_FAN,
470 vert = base;
474 vert->setScalars(bounds.centerX(), bounds.centerY());
475 vert++;
477 vert->setPoint(pts[0]);
478 vert++;
481 vert->setPoint(pts[1]);
482 vert++;
492 vert->setPoint(loc)
    [all...]
  /external/webkit/WebCore/svg/
svgattrs.in 232 vert-adv-y
233 vert-origin-x
234 vert-origin-y
SVGGlyphElement.cpp 147 // is as if the attribute were set to the value of the font's vert-origin-x attribute.
152 // is as if the attribute were set to the value of the font's vert-origin-y attribute.
157 // value of the font's vert-adv-y attribute.
SVGFontFaceElement.cpp 222 // vert-origin-y value for the corresponding font.
241 // the effect is as if the attribute were set to the vert-origin-y value for the corresponding font.
  /external/opencore/engines/author/test/test_input/
naturemulti_sd_txt1.txt 5 Text SampleDesc Vert Just = 0
33 Text SampleDesc Vert Just = 0
61 Text SampleDesc Vert Just = 0
89 Text SampleDesc Vert Just = 0
117 Text SampleDesc Vert Just = 0
145 Text SampleDesc Vert Just = 0
173 Text SampleDesc Vert Just = 0
201 Text SampleDesc Vert Just = 0
229 Text SampleDesc Vert Just = 0
257 Text SampleDesc Vert Just =
    [all...]
MOL004_sd_txt1.txt 4 Text SampleDesc Vert Just = 0
  /external/dropbear/libtommath/
poster.tex 25 $\vert \vert a \vert \vert$ & {\tt mp\_unsigned\_bin\_size(\&a)} & $res$ = 1 if $a$ prime to $t$ rounds? & {\tt mp\_prime\_is\_prime(\&a, t, \&res)} \\
  /external/opencore/fileformats/mp4/parser/src/
textsampleentry.cpp 57 uint8 vert = 0; local
58 AtomUtils::read8(fp, vert);
59 _vertJustification = (int8)vert;
oma2boxes.cpp 1026 uint8 vert = 0; local
1027 AtomUtils::read8(fp, vert);
1029 _vertJustification = (int8)vert;
    [all...]
  /packages/apps/Settings/res/xml-fr/
timezones.xml 28 <timezone id="Atlantic/Cape_Verde">Heure du Cap-Vert (Cap Vert)</timezone>
  /external/freetype/src/base/
ftadvanc.c 45 /* this must be the same scaling as to get linear{Hori,Vert}Advance */
  /packages/apps/VoiceDialer/res/values-fr/
strings.xml 21 <string name="tool_tip_message" msgid="8624998371709530611">"Appuyez sur le bouton vert Appel et maintenez la touche enfoncée pour ouvrir l\'application Reconnaissance vocale."</string>
  /packages/wallpapers/Basic/res/raw/
distort.rs 190 struct vert_s *vert = (struct vert_s *)vertices;
201 struct vert_s *vtx = vert + offset + w;
237 struct vert_s *vtx = vert;
264 struct vert_s *v = vert;
  /packages/wallpapers/Basic/res/values-fr/
strings.xml 47 <string name="palette_matrix" msgid="2755109999115087511">"Écran vert"</string>
  /external/freetype/include/freetype/internal/
tttypes.h 662 TT_SBit_LineMetricsRec vert; member in struct:TT_SBit_StrikeRec_
725 TT_SBit_LineMetricsRec vert; member in struct:TT_SBit_ScaleRec_
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
chv_filter.cpp 329 /****************** Vert. Filtering ********************/
346 /* Vert Hard filter */
402 else /* Vert soft filter*/
568 /****************** Vert. Filtering ********************/
585 /* Vert Hard filter */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 328 /****************** Vert. Filtering ********************/
345 /* Vert Hard filter */
401 else /* Vert soft filter*/
567 /****************** Vert. Filtering ********************/
584 /* Vert Hard filter */
  /external/quake/quake/src/QW/client/
gl_mesh.c 273 Con_DPrintf ("%3i tri %3i vert %3i cmd\n", pheader->numtris, numorder, numcommands);
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 285 Con_DPrintf ("%3i tri %3i vert %3i cmd\n", pheader->numtris, numorder, numcommands);
  /external/icu4c/data/unidata/
PropertyValueAliases.txt 351 dt ; Vert ; Vertical ; vert
  /external/icu4c/layout/
LETypes.h 513 LE_VERT_FEATURE_TAG = 0x76657274UL, /**< 'vert' */
  /external/icu4c/tools/genpname/
data.h 778 AliasName("Vert", 749),
885 AliasName("vert", 856),
    [all...]

Completed in 675 milliseconds

1 2