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

  /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;
187 strike += 10 * _count;
192 p = strike;
ttsbit.c 310 FT_Byte* strike; local
315 strike = face->sbit_table + 8 + strike_index * 48;
317 metrics->x_ppem = (FT_UShort)strike[44];
318 metrics->y_ppem = (FT_UShort)strike[45];
320 metrics->ascender = (FT_Char)strike[16] * 64; /* hori.ascender */
321 metrics->descender = (FT_Char)strike[17] * 64; /* hori.descender */
330 max_before_bl = (FT_Char)strike[24];
331 min_after_bl = (FT_Char)strike[25];
347 " values for strike %d (%dppem, %dppem)\n",
376 " for strike (%d, %d)\n"
    [all...]
  /external/pdfium/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 249 FT_Byte* strike; local
252 strike = face->sbit_table + 8 + strike_index * 48;
254 metrics->x_ppem = (FT_UShort)strike[44];
255 metrics->y_ppem = (FT_UShort)strike[45];
257 metrics->ascender = (FT_Char)strike[16] * 64; /* hori.ascender */
258 metrics->descender = (FT_Char)strike[17] * 64; /* hori.descender */
262 metrics->max_advance = ( (FT_Char)strike[22] + /* min_origin_SB */
263 strike[18] + /* max_width */
264 (FT_Char)strike[23] /* min_advance_SB */
382 /* now find the strike corresponding to the index *
    [all...]
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.h 30 /** Owner is the cache that owns this strike. */
76 // If a TextStrike is abandoned by the cache, then the caller must get a new strike
115 // The user of the cache may hold a long-lived ref to the returned strike. However, actions by
116 // another client of the cache may cause the strike to be purged while it is still reffed.
118 // interactions with the cache since the strike was received.
120 GrAtlasTextStrike* strike = fCache.find(cache->getDescriptor()); local
121 if (nullptr == strike) {
122 strike = this->generateStrike(cache);
124 return strike;
163 bool addToAtlas(GrAtlasTextStrike* strike, GrDrawOpAtlas::AtlasID* id, GrDrawOp::Target* target
    [all...]
GrAtlasTextBlob_regenInOp.cpp 147 GrAtlasTextStrike* strike = nullptr; local
164 strike = fontCache->getStrike(lazyCache->get());
166 strike = info->strike();
178 // Get the id from the old glyph, and use the new strike to lookup
181 fGlyphs[glyphOffset] = strike->getGlyph(id, info->maskFormat(), lazyCache->get());
188 !strike->addGlyphToAtlas(target, glyph, lazyCache->get(), info->maskFormat())) {
192 SkDEBUGCODE(bool success =) strike->addGlyphToAtlas(target,
217 info->setStrike(strike);
260 // Because the GrAtlasGlyphCache may evict the strike a blob depends on using fo
    [all...]
GrAtlasGlyphCache.cpp 93 GrAtlasTextStrike* strike = &*iter; local
94 strike->removeID(id);
96 // clear out any empty strikes. We will preserve the strike whose call to addToAtlas
98 if (strike != fontCache->fPreserveStrike && 0 == strike->fAtlasedGlyphs) {
99 fontCache->fCache.remove(GrAtlasTextStrike::GetKey(*strike));
100 strike->fIsAbandoned = true;
101 strike->unref();
286 // The windows font host sometimes has BW glyphs in a non-BW strike. So it is important here to
287 // check the glyph's format, not the strike's format, and to be able to convert to any of th
    [all...]
GrTextUtils.cpp 147 GrAtlasTextStrike** strike, const SkGlyph& skGlyph,
149 if (!*strike) {
150 *strike = fontCache->getStrike(cache);
157 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, cache);
175 blob->appendGlyph(runIndex, r, color, *strike, glyph, cache, skGlyph,
444 GrAtlasTextStrike** strike, const SkGlyph& skGlyph,
448 if (!*strike) {
449 *strike = cache->getStrike(glyphCache);
456 GrGlyph* glyph = (*strike)->getGlyph(skGlyph, id, glyphCache);
480 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph
    [all...]
GrAtlasTextBlob.cpp 74 GrAtlasTextStrike* strike,
94 subRun->setStrike(strike);
96 subRun->setStrike(strike);
503 if (lSubRun.strike()) {
504 SkASSERT_RELEASE(rSubRun.strike());
505 SkASSERT_RELEASE(GrAtlasTextStrike::GetKey(*lSubRun.strike()) ==
506 GrAtlasTextStrike::GetKey(*rSubRun.strike()));
509 SkASSERT_RELEASE(!rSubRun.strike());
GrAtlasTextBlob.h 166 GrAtlasTextStrike* strike,
388 void setStrike(GrAtlasTextStrike* strike) { fStrike.reset(SkRef(strike)); }
389 GrAtlasTextStrike* strike() const { return fStrike.get(); } function in struct:GrAtlasTextBlob::Run::SubRunInfo
  /external/owasp/sanitizer/empiricism/
canned-data.js 110 "strike": true,
231 "strike",
346 "strike",
461 "strike",
576 "strike",
691 "strike",
807 "strike",
922 "strike",
1037 "strike",
1152 "strike",
    [all...]
  /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/libvterm/src/
pen.c 153 state->pen.strike = 0; setpenattr_bool(state, VTERM_ATTR_STRIKE, 0);
175 setpenattr_bool(state, VTERM_ATTR_STRIKE, state->pen.strike);
257 state->pen.strike = 1;
298 state->pen.strike = 0;
391 if(state->pen.strike)
447 val->boolean = state->pen.strike;
screen.c 23 unsigned int strike : 1; member in struct:__anon24675
414 screen->pen.strike = val->boolean;
753 cell->attrs.strike = intcell->pen.strike;
790 intcell->pen.strike = cell->attrs.strike;
877 if((attrs & VTERM_ATTR_STRIKE_MASK) && (a->pen.strike != b->pen.strike))
vterm_internal.h 32 unsigned int strike:1; member in struct:VTermPen
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 48 boolean strike; field in class:Terminal.CellRun
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 509 for (size_t strike = 0; strike < size_builders->size(); ++strike) {
511 (*size_builders)[strike]->IndexSubTableBuilders();
514 SubsetIndexSubTable((*index_builders)[index], new_loca[strike],
526 // one per strike
527 // holds strike metrics - sbitLineMetrics
530 // one per strike and then one per indexSubTable for that strike
  /external/llvm/docs/_ocamldoc/
style.css 6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
  /external/v8/src/js/
string.js 415 CHECK_OBJECT_COERCIBLE(this, "String.prototype.strike");
416 return "<strike>" + TO_STRING(this) + "</strike>";
537 "strike", StringStrike,
  /external/libvterm/include/
vterm.h 228 unsigned int strike : 1; member in struct:__anon24665::__anon24666
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 199 StrikethroughSpan[] strike = s.getSpans(0, s.length(), StrikethroughSpan.class); local
200 assertEquals(1, strike.length);
392 String tags[] = {"del", "s", "strike"};
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 585 if (a.attrs.strike != b.attrs.strike) return false;

Completed in 647 milliseconds