Searched refs:strike (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike_impl.h22 static bool LessThan(const GrTextStrike& strike, const Key& key) { argument
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
25 static bool Equals(const GrTextStrike& strike, const Key& key) { argument
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) { argument
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...]
H A DGrTextStrike.cpp79 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) { argument
107 const GrFontCache::Key key(strike
115 GrTextStrike* strike = fTail; local
138 GrTextStrike* strike = fTail; local
169 const GrTextStrike* strike = fHead; local
[all...]
H A DGrTextStrike.h28 * glyphid->strike
91 // remove an unused plot and its strike (if necessary)
134 void purgeStrike(GrTextStrike* strike);
H A DSkGrFontScaler.cpp70 SkGrFontScaler::SkGrFontScaler(SkGlyphCache* strike) { argument
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/
H A DGrTextStrike_impl.h22 static bool LessThan(const GrTextStrike& strike, const Key& key) { argument
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
25 static bool Equals(const GrTextStrike& strike, const Key& key) { argument
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) { argument
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...]
H A DGrTextStrike.cpp79 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) { argument
107 const GrFontCache::Key key(strike
115 GrTextStrike* strike = fTail; local
138 GrTextStrike* strike = fTail; local
169 const GrTextStrike* strike = fHead; local
[all...]
H A DGrTextStrike.h28 * glyphid->strike
91 // remove an unused plot and its strike (if necessary)
134 void purgeStrike(GrTextStrike* strike);
H A DSkGrFontScaler.cpp70 SkGrFontScaler::SkGrFontScaler(SkGlyphCache* strike) { argument
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/
H A Dttbdf.c89 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;
H A Dttsbit.c139 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 correspondin
[all...]
H A Dttsbit0.c135 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 correspondin
[all...]
/external/freetype/src/sfnt/
H A Dttbdf.c89 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;
H A Dttsbit.c139 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 correspondin
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dhtml-string-funcs.js36 strike: 'strike', sub: 'sub', sup: 'sup' };
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js36 strike: 'strike', sub: 'sub', sup: 'sup' };
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c353 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/
H A Dpfrload.c353 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/third_party/skia/include/gpu/
H A DSkGr.h79 explicit SkGrFontScaler(SkGlyphCache* strike);
/external/chromium_org/ui/gfx/
H A Drender_text_mac.h64 bool strike; member in struct:gfx::RenderTextMac::TextRun
H A Drender_text_win.h33 bool strike; member in struct:gfx::internal::TextRun
H A Drender_text_mac.cc175 run.underline, run.strike, run.diagonal_strike);
187 strike(false),
306 // this better. Also, support strike and diagonal_strike.
H A Drender_text_win.cc272 strike(false),
873 run->underline, run->strike,
934 run->strike = style.style(STRIKE);
/external/skia/include/gpu/
H A DSkGr.h79 explicit SkGrFontScaler(SkGlyphCache* strike);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc507 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/
H A Dsubsetter_impl.cc507 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 717 milliseconds

12