Searched refs:fGlyphs (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp22 : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL),
57 if (fGlyphs != NULL) {
58 LE_DELETE_ARRAY(fGlyphs);
59 fGlyphs = NULL;
76 if (fGlyphs == NULL) {
78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount);
80 if (fGlyphs == NULL) {
90 LE_DELETE_ARRAY(fGlyphs);
91 fGlyphs = NULL;
116 LE_DELETE_ARRAY(fGlyphs);
[all...]
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/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)
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.h76 GrPathRange* fGlyphs; member in class:GrStencilAndCoverTextContext
H A DGrStencilAndCoverTextContext.cpp279 fGlyphs = get_gr_glyphs(fContext, fGlyphCache->getScalerContext()->getTypeface(),
350 fGlyphs = canUseRawPaths ?
406 fDrawTarget->drawPaths(fGlyphs, fIndexBuffer, fPendingGlyphCount,
415 fGlyphs->unref();
416 fGlyphs = NULL;
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp241 return fGlyphs[index].fAdvance;
246 return fGlyphs[index].fPath;
256 Glyph* fGlyphs;
/external/skia/src/fonts/
H A DSkGScalerContext.cpp239 return fGlyphs[index].fAdvance;
244 return fGlyphs[index].fPath;
254 Glyph* fGlyphs;
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1273 LE_DELETE_ARRAY(fGlyphs);

Completed in 154 milliseconds