HomeSort by relevance Sort by last modified time
    Searched full:glyphids (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 28 void set(const uint16_t* glyphIDs, int numGlyphs);
31 void exportTo(SkTDArray<uint32_t>* glyphIDs) const;
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
110 * @param glyphIDs The input text as glyph IDs.
114 size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
SkPDFDevice.cpp 136 uint16_t** glyphIDs) {
142 *glyphIDs = storage->get();
160 *glyphIDs = reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
176 *glyphIDs = storage->get();
    [all...]
SkPDFFont.cpp 628 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) {
630 fBitSet.setBit(glyphIDs[i], true);
642 void SkPDFGlyphSet::exportTo(SkTDArray<unsigned int>* glyphIDs) const {
643 fBitSet.exportTo(glyphIDs);
692 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
696 subset->set(glyphIDs, numGlyphs);
768 size_t SkPDFFont::glyphsToPDFFontEncoding(uint16_t* glyphIDs,
776 if (glyphIDs[i] == 0) {
779 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID)
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 28 void set(const uint16_t* glyphIDs, int numGlyphs);
31 void exportTo(SkTDArray<uint32_t>* glyphIDs) const;
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
110 * @param glyphIDs The input text as glyph IDs.
114 size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
SkPDFDevice.cpp 136 uint16_t** glyphIDs) {
142 *glyphIDs = storage->get();
160 *glyphIDs = reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
176 *glyphIDs = storage->get();
    [all...]
SkPDFFont.cpp 628 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) {
630 fBitSet.setBit(glyphIDs[i], true);
642 void SkPDFGlyphSet::exportTo(SkTDArray<unsigned int>* glyphIDs) const {
643 fBitSet.exportTo(glyphIDs);
692 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
696 subset->set(glyphIDs, numGlyphs);
768 size_t SkPDFFont::glyphsToPDFFontEncoding(uint16_t* glyphIDs,
776 if (glyphIDs[i] == 0) {
779 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID)
    [all...]
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.h 27 const uint32_t* glyphIDs,
SkGScalerContext.cpp 185 const uint32_t* glyphIDs,
187 return fProxy->getAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/skia/src/fonts/
SkGScalerContext.h 27 const uint32_t* glyphIDs,
SkGScalerContext.cpp 185 const uint32_t* glyphIDs,
187 return fProxy->getAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h 65 // chars_to_glyph_ids maps characters to GlyphIds for CMap construction
66 // resolved_glyph_ids defines GlyphIds which should be in the final font
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 65 // chars_to_glyph_ids maps characters to GlyphIds for CMap construction
66 // resolved_glyph_ids defines GlyphIds which should be in the final font
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 140 @param glyphIDs For per-glyph info, specify subset of the font by
144 glyphIDs is NULL.
150 const uint32_t* glyphIDs,
SkTypeface.h 140 @param glyphIDs For per-glyph info, specify subset of the font by
144 glyphIDs is NULL.
149 const uint32_t* glyphIDs = NULL,
316 const uint32_t* glyphIDs,
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 140 @param glyphIDs For per-glyph info, specify subset of the font by
144 glyphIDs is NULL.
150 const uint32_t* glyphIDs,
SkTypeface.h 140 @param glyphIDs For per-glyph info, specify subset of the font by
144 glyphIDs is NULL.
149 const uint32_t* glyphIDs = NULL,
316 const uint32_t* glyphIDs,
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
GlyphPageTreeNodeSkia.cpp 56 unsigned allGlyphs = 0; // track if any of the glyphIDs are non-zero
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 260 const uint32_t* glyphIDs,
262 return this->onGetAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/skia/src/core/
SkTypeface.cpp 260 const uint32_t* glyphIDs,
262 return this->onGetAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_android.h 82 * glyphIDs that this typeface is capable of resolving. The lower bound is
  /external/skia/include/ports/
SkTypeface_android.h 82 * glyphIDs that this typeface is capable of resolving. The lower bound is
  /external/skia/tools/lua/
glyph-usage.lua 71 -- other is just an array[1...N] of numbers (glyphIDs)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 188 * GlyphIDs--ordered by Coverage Index */
311 substitute; /* String of GlyphIDs to substitute */
438 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
677 component; /* Array of component GlyphIDs--start
1026 * GlyphIDs--ordered by Coverage Index */
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 188 * GlyphIDs--ordered by Coverage Index */
304 substitute; /* String of GlyphIDs to substitute */
431 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in
671 component; /* Array of component GlyphIDs--start
1018 * GlyphIDs--ordered by Coverage Index */
    [all...]
  /external/chromium_org/third_party/ots/src/
gdef.cc 251 // GlyphIDs in GDEF table.

Completed in 847 milliseconds

1 2