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

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 173 glyphIds = list(map(ttFont.getGlyphID, indexSubTable.names))
174 indexSubTable.firstGlyphIndex = min(glyphIds)
175 indexSubTable.lastGlyphIndex = max(glyphIds)
235 writer.comment('GlyphIds are written but not read. The firstGlyphIndex and\nlastGlyphIndex values will be recalculated by the compiler.')
362 glyphIds = map(ttFont.getGlyphID, self.names)
363 for glyphName, glyphId in zip(self.names, glyphIds):
436 glyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))
440 self.names = list(map(self.ttFont.getGlyphName, glyphIds))
449 glyphIds = list(map(ttFont.getGlyphID, self.names))
451 assert all(glyphIds[i] < glyphIds[i+1] for i in range(len(glyphIds)-1)
    [all...]
otData.py 94 ('GlyphID', 'GlyphArray', 'GlyphCount', 0, 'Array of GlyphIDs-in numerical order'),
294 ('GlyphID', 'Input', 'GlyphCount', -1, 'Array of input GlyphIDs-starting with the second glyph'),
342 ('GlyphID', 'Input', 'InputGlyphCount', -1, 'Array of input GlyphIDs (start with second glyph)'),
456 ('uint16', 'GlyphCount', None, None, 'Number of GlyphIDs in the Substitute array'),
457 ('GlyphID', 'Substitute', 'GlyphCount', 0, 'Array of substitute GlyphIDs-ordered by Coverage Index'),
468 ('uint16', 'GlyphCount', None, None, 'Number of GlyphIDs in the Substitute array. This should always be greater than 0.'),
469 ('GlyphID', 'Substitute', 'GlyphCount', 0, 'String of GlyphIDs to substitute'),
480 ('uint16', 'GlyphCount', None, None, 'Number of GlyphIDs in the Alternate array'),
481 ('GlyphID', 'Alternate', 'GlyphCount', 0, 'Array of alternate GlyphIDs-in arbitrary order'),
499 ('GlyphID', 'Component', 'CompCount', -1, 'Array of component GlyphIDs-start with the second component-ordered in writing direction')
    [all...]
otTables.py 88 glyphIDs = [getGlyphID(glyphName) for glyphName in glyphs ]
89 brokenOrder = sorted(glyphIDs) != glyphIDs
91 last = glyphIDs[0]
93 for glyphID in glyphIDs[1:]:
  /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,
118 * @param glyphIDs The input text as glyph IDs.
122 int glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs);
SkPDFFont.cpp 642 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) {
644 fBitSet.setBit(glyphIDs[i], true);
656 void SkPDFGlyphSet::exportTo(SkTDArray<unsigned int>* glyphIDs) const {
657 fBitSet.exportTo(glyphIDs);
706 void SkPDFGlyphSetMap::noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
710 subset->set(glyphIDs, numGlyphs);
800 int SkPDFFont::glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs) {
807 if (glyphIDs[i] == 0) {
810 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID)
    [all...]
SkPDFDevice.cpp 122 const uint16_t** glyphIDs) {
128 *glyphIDs = storage->get();
145 *glyphIDs = static_cast<const uint16_t*>(text);
161 *glyphIDs = storage->get();
    [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,
118 * @param glyphIDs The input text as glyph IDs.
122 int glyphsToPDFFontEncoding(uint16_t* glyphIDs, int 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);
786 int SkPDFFont::glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs) {
793 if (glyphIDs[i] == 0) {
796 if (glyphIDs[i] < fFirstGlyphID || glyphIDs[i] > fLastGlyphID)
    [all...]
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.h 27 const uint32_t* glyphIDs,
SkTestScalerContext.h 73 const uint32_t* glyphIDs,
SkGScalerContext.cpp 182 const uint32_t* glyphIDs,
184 return fProxy->getAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/skia/src/fonts/
SkGScalerContext.h 27 const uint32_t* glyphIDs,
SkGScalerContext.cpp 184 const uint32_t* glyphIDs,
186 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 146 @param glyphIDs For per-glyph info, specify subset of the font by
150 glyphIDs is NULL.
156 const uint32_t* glyphIDs,
SkTypeface.h 301 const uint32_t* glyphIDs,
337 @param glyphIDs For per-glyph info, specify subset of the font by
341 glyphIDs is NULL.
346 const uint32_t* glyphIDs = NULL,
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 146 @param glyphIDs For per-glyph info, specify subset of the font by
150 glyphIDs is NULL.
156 const uint32_t* glyphIDs,
SkTypeface.h 301 const uint32_t* glyphIDs,
329 @param glyphIDs For per-glyph info, specify subset of the font by
333 glyphIDs is NULL.
338 const uint32_t* glyphIDs = NULL,
  /external/chromium_org/third_party/skia/src/core/
SkFont.cpp 103 // we can early exit, since we already have glyphIDs
SkTypeface.cpp 269 const uint32_t* glyphIDs,
272 this->onGetAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/skia/src/core/
SkFont.cpp 103 // we can early exit, since we already have glyphIDs
SkTypeface.cpp 272 const uint32_t* glyphIDs,
275 this->onGetAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
  /external/chromium_org/third_party/skia/tools/lua/
glyph-usage.lua 71 -- other is just an array[1...N] of numbers (glyphIDs)

Completed in 1213 milliseconds

1 2