HomeSort by relevance Sort by last modified time
    Searched defs:glyph (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/icu4c/layout/
SingleSubstitutionSubtables.cpp 45 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
46 le_int32 coverageIndex = getGlyphCoverage(glyph);
49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID);
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
63 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
64 le_int32 coverageIndex = getGlyphCoverage(glyph);
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
AlternateSubstSubtables.cpp 20 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
21 le_int32 coverageIndex = getGlyphCoverage(glyph);
32 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
SinglePositioningSubtables.cpp 46 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
47 le_int32 coverageIndex = getGlyphCoverage(glyph);
60 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
61 le_int16 coverageIndex = (le_int16) getGlyphCoverage(glyph);
SimpleArrayProcessor.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SimpleArrayProcessor2.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SingleTableProcessor.cpp 39 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(entries, glyphStorage[glyph]);
46 glyphStorage[glyph] = SWAPW(lookupSingle->value);
SingleTableProcessor2.cpp 39 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(entries, glyphStorage[glyph]);
46 glyphStorage[glyph] = SWAPW(lookupSingle->value);
TrimmedArrayProcessor.cpp 41 le_int32 glyph; local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
44 LEGlyphID thisGlyph = glyphStorage[glyph];
50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor2.cpp 41 le_int32 glyph; local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
44 LEGlyphID thisGlyph = glyphStorage[glyph];
50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LigatureSubstSubtables.cpp 18 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
19 le_int32 coverageIndex = getGlyphCoverage(glyph);
44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
MultipleSubstSubtables.cpp 23 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
32 if (filter != NULL && filter->accept(glyph)) {
36 le_int32 coverageIndex = getGlyphCoverage(glyph);
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
SegmentArrayProcessor.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentArrayProcessor2.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor2.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format()); local
42 return glyph.Detach();
bitmap_glyph.cc 30 BitmapGlyphPtr glyph; local
34 glyph.Attach(down_cast<BitmapGlyph*>(builder->Build()));
36 return glyph;
composite_bitmap_glyph.cc 55 throw IllegalStateException("Attempt to create a Composite Bitmap Glyph "
105 Ptr<CompositeBitmapGlyph> glyph = new CompositeBitmapGlyph(data, format()); local
106 return glyph.Detach();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format()); local
42 return glyph.Detach();
bitmap_glyph.cc 30 BitmapGlyphPtr glyph; local
34 glyph.Attach(down_cast<BitmapGlyph*>(builder->Build()));
36 return glyph;
composite_bitmap_glyph.cc 55 throw IllegalStateException("Attempt to create a Composite Bitmap Glyph "
105 Ptr<CompositeBitmapGlyph> glyph = new CompositeBitmapGlyph(data, format()); local
106 return glyph.Detach();
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike_impl.h 91 static bool LessThan(const GrGlyph& glyph, const Key& key) {
92 return glyph.fPackedID < key.fPackedID;
94 static bool Equals(const GrGlyph& glyph, const Key& key) {
95 return glyph.fPackedID == key.fPackedID;
104 GrGlyph* glyph = fCache.find(packed); local
105 if (NULL == glyph) {
106 glyph = this->generateGlyph(packed, scaler);
108 return glyph;
  /external/skia/src/gpu/
GrTextStrike_impl.h 91 static bool LessThan(const GrGlyph& glyph, const Key& key) {
92 return glyph.fPackedID < key.fPackedID;
94 static bool Equals(const GrGlyph& glyph, const Key& key) {
95 return glyph.fPackedID == key.fPackedID;
104 GrGlyph* glyph = fCache.find(packed); local
105 if (NULL == glyph) {
106 glyph = this->generateGlyph(packed, scaler);
108 return glyph;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.h 52 struct Glyph {
53 Glyph()
64 const Glyph& glyph() const { return m_glyph; } function in class:WebCore::SVGTextMetrics
72 Glyph m_glyph;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPage.h 34 #include "platform/fonts/Glyph.h"
46 // Holds the glyph index and the corresponding SimpleFontData information for a given
49 GlyphData(Glyph g = 0, const SimpleFontData* f = 0)
50 : glyph(g)
54 Glyph glyph; member in struct:WebCore::GlyphData
112 Glyph glyph = m_glyphs[index];
114 return GlyphData(glyph, m_perGlyphFontData[index]);
115 return GlyphData(glyph, glyph ? m_fontDataForAllGlyphs : 0)
    [all...]

Completed in 165 milliseconds

1 2 3 4 5 6