Home | History | Annotate | Download | only in text

Lines Matching refs:strike

93         GrAtlasTextStrike* strike = &*iter;
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 the
380 The text strike is specific to a given font/style/matrix setup, which is