Searched defs:fGlyphs (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.h49 LEGlyphID *fGlyphs; member in class:LEGlyphStorage
540 return fGlyphs[glyphIndex];
/external/chromium_org/third_party/skia/gm/
H A Dtextblobshader.cpp24 fGlyphs.append(p.textToGlyphs(txt, txtLen, NULL));
25 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
38 int glyphCount = fGlyphs.count();
42 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
45 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
51 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
107 SkTDArray<uint16_t> fGlyphs; member in class:TextBlobShaderGM
H A Dtextblob.cpp76 fGlyphs.append(glyphCount);
77 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
125 if (count > fGlyphs.count() - currentGlyph) {
126 count = fGlyphs.count() - currentGlyph;
143 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t));
153 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t));
165 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t));
179 SkTDArray<uint16_t> fGlyphs; member in class:TextBlobGM
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.h76 GrPathRange* fGlyphs; member in class:GrStencilAndCoverTextContext
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h330 const LEGlyphID *fGlyphs; member in class:ParagraphLayout::VisualRun
690 return fGlyphs;
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
733 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap)

Completed in 208 milliseconds