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

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike_impl.h 22 static bool LessThan(const GrTextStrike& strike, const Key& key) {
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
25 static bool Equals(const GrTextStrike& strike, const Key& key) {
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
34 if (strike->fPrev) {
35 SkASSERT(fHead != strike);
36 strike->fPrev->fNext = strike->fNext;
38 SkASSERT(fHead == strike);
59 GrTextStrike* strike = fCache.find(key); local
    [all...]
GrTextStrike.cpp 79 GrTextStrike* strike = SkNEW_ARGS(GrTextStrike, local
81 fCache.insert(key, strike);
84 fHead->fPrev = strike;
87 fTail = strike;
89 strike->fPrev = NULL;
90 strike->fNext = fHead;
91 fHead = strike;
93 return strike;
106 void GrFontCache::purgeStrike(GrTextStrike* strike) {
107 const GrFontCache::Key key(strike->fFontScalerKey)
115 GrTextStrike* strike = fTail; local
138 GrTextStrike* strike = fTail; local
169 const GrTextStrike* strike = fHead; local
    [all...]
GrTextStrike.h 28 * glyphid->strike
91 // remove an unused plot and its strike (if necessary)
134 void purgeStrike(GrTextStrike* strike);
SkGrFontScaler.cpp 70 SkGrFontScaler::SkGrFontScaler(SkGlyphCache* strike) {
71 fStrike = strike;
155 // The windows font host sometimes has BW glyphs in a non-BW strike. So it is important here to
156 // check the glyph's format, not the strike's format, and to be able to convert to any of the
  /external/skia/src/gpu/
GrTextStrike_impl.h 22 static bool LessThan(const GrTextStrike& strike, const Key& key) {
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
25 static bool Equals(const GrTextStrike& strike, const Key& key) {
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
34 if (strike->fPrev) {
35 SkASSERT(fHead != strike);
36 strike->fPrev->fNext = strike->fNext;
38 SkASSERT(fHead == strike);
59 GrTextStrike* strike = fCache.find(key); local
    [all...]
GrTextStrike.cpp 79 GrTextStrike* strike = SkNEW_ARGS(GrTextStrike, local
81 fCache.insert(key, strike);
84 fHead->fPrev = strike;
87 fTail = strike;
89 strike->fPrev = NULL;
90 strike->fNext = fHead;
91 fHead = strike;
93 return strike;
106 void GrFontCache::purgeStrike(GrTextStrike* strike) {
107 const GrFontCache::Key key(strike->fFontScalerKey)
115 GrTextStrike* strike = fTail; local
138 GrTextStrike* strike = fTail; local
169 const GrTextStrike* strike = fHead; local
    [all...]
GrTextStrike.h 28 * glyphid->strike
91 // remove an unused plot and its strike (if necessary)
134 void purgeStrike(GrTextStrike* strike);
SkGrFontScaler.cpp 70 SkGrFontScaler::SkGrFontScaler(SkGlyphCache* strike) {
71 fStrike = strike;
155 // The windows font host sometimes has BW glyphs in a non-BW strike. So it is important here to
156 // check the glyph's format, not the strike's format, and to be able to convert to any of the
  /external/chromium_org/third_party/freetype/src/sfnt/
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;
ttsbit.c 139 FT_Byte* strike; local
145 strike = face->sbit_table + 8 + strike_index * 48;
147 metrics->x_ppem = (FT_UShort)strike[44];
148 metrics->y_ppem = (FT_UShort)strike[45];
150 metrics->ascender = (FT_Char)strike[16] << 6; /* hori.ascender */
151 metrics->descender = (FT_Char)strike[17] << 6; /* hori.descender */
155 metrics->max_advance = ( (FT_Char)strike[22] + /* min_origin_SB */
156 strike[18] + /* max_width */
157 (FT_Char)strike[23] /* min_advance_SB */
218 /* now find the strike corresponding to the index *
    [all...]
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/freetype/src/sfnt/
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;
ttsbit.c 139 FT_Byte* strike; local
145 strike = face->sbit_table + 8 + strike_index * 48;
147 metrics->x_ppem = (FT_UShort)strike[44];
148 metrics->y_ppem = (FT_UShort)strike[45];
150 metrics->ascender = (FT_Char)strike[16] << 6; /* hori.ascender */
151 metrics->descender = (FT_Char)strike[17] << 6; /* hori.descender */
155 metrics->max_advance = ( (FT_Char)strike[22] + /* min_origin_SB */
156 strike[18] + /* max_width */
157 (FT_Char)strike[23] /* min_advance_SB */
218 /* now find the strike corresponding to the index *
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
SkGr.h 79 explicit SkGrFontScaler(SkGlyphCache* strike);
  /external/skia/include/gpu/
SkGr.h 79 explicit SkGrFontScaler(SkGlyphCache* strike);
  /external/chromium_org/third_party/freetype/src/pfr/
pfrload.c 353 PFR_Strike strike; local
395 strike = phy_font->strikes + phy_font->num_strikes;
399 for ( n = 0; n < count; n++, strike++ )
401 strike->x_ppm = ( flags0 & PFR_STRIKE_2BYTE_XPPM )
405 strike->y_ppm = ( flags0 & PFR_STRIKE_2BYTE_YPPM )
409 strike->flags = PFR_NEXT_BYTE( p );
411 strike->bct_size = ( flags0 & PFR_STRIKE_3BYTE_SIZE )
415 strike->bct_offset = ( flags0 & PFR_STRIKE_3BYTE_OFFSET )
419 strike->num_bitmaps = ( flags0 & PFR_STRIKE_2BYTE_COUNT )
  /external/freetype/src/pfr/
pfrload.c 353 PFR_Strike strike; local
395 strike = phy_font->strikes + phy_font->num_strikes;
399 for ( n = 0; n < count; n++, strike++ )
401 strike->x_ppm = ( flags0 & PFR_STRIKE_2BYTE_XPPM )
405 strike->y_ppm = ( flags0 & PFR_STRIKE_2BYTE_YPPM )
409 strike->flags = PFR_NEXT_BYTE( p );
411 strike->bct_size = ( flags0 & PFR_STRIKE_3BYTE_SIZE )
415 strike->bct_offset = ( flags0 & PFR_STRIKE_3BYTE_OFFSET )
419 strike->num_bitmaps = ( flags0 & PFR_STRIKE_2BYTE_COUNT )
  /external/chromium_org/ui/gfx/
render_text_mac.h 64 bool strike; member in struct:gfx::RenderTextMac::TextRun
render_text_win.h 33 bool strike; member in struct:gfx::internal::TextRun
render_text_mac.cc 175 run.underline, run.strike, run.diagonal_strike);
187 strike(false),
306 // this better. Also, support strike and diagonal_strike.
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' };
function-names.js 120 "strike", "sub", "sup"];
  /external/v8/test/mjsunit/
html-string-funcs.js 36 strike: 'strike', sub: 'sub', sup: 'sup' };
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 507 for (size_t strike = 0; strike < size_builders->size(); ++strike) {
509 (*size_builders)[strike]->IndexSubTableBuilders();
512 SubsetIndexSubTable((*index_builders)[index], new_loca[strike],
524 // one per strike
525 // holds strike metrics - sbitLineMetrics
528 // one per strike and then one per indexSubTable for that strike
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 507 for (size_t strike = 0; strike < size_builders->size(); ++strike) {
509 (*size_builders)[strike]->IndexSubTableBuilders();
512 SubsetIndexSubTable((*index_builders)[index], new_loca[strike],
524 // one per strike
525 // holds strike metrics - sbitLineMetrics
528 // one per strike and then one per indexSubTable for that strike

Completed in 454 milliseconds

1 2