HomeSort by relevance Sort by last modified time
    Searched refs:strike (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gl/
SkGLTextCache.cpp 8 SkGLTextCache::Strike::Strike(Strike* next, int width, int height) {
36 SkGLTextCache::Strike::~Strike() {
42 SkGLTextCache::Strike*
43 SkGLTextCache::Strike::findGlyph(const SkGlyph& glyph, int* offset) {
44 Strike* strike = this; local
48 SkASSERT(height == strike->fStrikeHeight)
83 Strike* strike; local
    [all...]
SkGLDevice.cpp 631 SkGLTextCache::Strike* strike = textCache->findGlyph(glyph, &offset); local
632 if (NULL == strike) {
641 strike = textCache->addGlyphAndBind(glyph, aa, &offset);
642 if (NULL == strike) {
649 const int shiftW = strike->widthShift();
650 const int shiftH = strike->heightShift();
656 procs->addQuad(strike->texture(), x, y, glyph, left, right, bottom);
  /external/freetype/src/sfnt/
ttsbit.c 493 /* check version number and strike count */
509 /* now read each strike table separately */
511 TT_SBit_Strike strike = face->sbit_strikes; local
520 if ( FT_STREAM_READ_FIELDS( strike_start_fields, strike ) ||
521 FT_STREAM_READ_FIELDS( sbit_line_metrics_fields, &strike->hori ) ||
522 FT_STREAM_READ_FIELDS( sbit_line_metrics_fields, &strike->vert ) ||
523 FT_STREAM_READ_FIELDS( strike_end_fields, strike ) )
527 strike++;
533 /* allocate the index ranges for each strike table */
535 TT_SBit_Strike strike = face->sbit_strikes local
615 TT_SBit_Strike strike = face->sbit_strikes; local
660 TT_SBit_Strike strike; local
825 TT_SBit_Strike strike; local
1455 TT_SBit_Strike strike; local
    [all...]
ttbdf.c 89 FT_Byte* strike; local
106 strike = p + count * 4;
117 strike += 10 * num_items;
122 if ( strike > bdf->strings )
149 FT_Byte* strike; local
164 strike = p + 4 * count;
186 strike += 10 * _count;
191 p = strike;
ttsbit0.c 135 FT_Byte* strike; local
141 strike = face->sbit_table + 8 + strike_index * 48;
143 metrics->x_ppem = (FT_UShort)strike[44];
144 metrics->y_ppem = (FT_UShort)strike[45];
146 metrics->ascender = (FT_Char)strike[16] << 6; /* hori.ascender */
147 metrics->descender = (FT_Char)strike[17] << 6; /* hori.descender */
151 metrics->max_advance = ( (FT_Char)strike[22] + /* min_origin_SB */
152 strike[18] + /* max_width */
153 (FT_Char)strike[23] /* min_advance_SB */
212 /* now find the strike corresponding to the index *
    [all...]
  /external/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' };
function-names.js 120 "strike", "sub", "sup"];
undeletable-functions.js 99 "big", "blink", "bold", "fixed", "italics", "small", "strike", "sub", "sup",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-76054.js 91 status = 'strike()';
92 actual = s.strike();
  /external/webkit/WebCore/css/
html.css 565 s, strike, del {
  /external/v8/src/
string.js 802 return "<strike>" + this + "</strike>";
905 "strike", StringStrike,

Completed in 175 milliseconds