HomeSort by relevance Sort by last modified time
    Searched refs:glyphs (Results 176 - 200 of 289) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_v_a_r.py 96 glyphs = ttFont.getGlyphOrder()
98 assert len(glyphs) == self.glyphCount
106 glyphName = glyphs[i]
204 # Empty glyphs (eg. space, nonmarkingreturn) have no "coordinates" attribute.
_g_l_y_f.py 60 self.glyphs = {}
73 self.glyphs[glyphName] = glyph
80 log.warning('%s glyphs have no name', noname)
82 for glyph in self.glyphs.values():
95 glyph = self.glyphs[glyphName]
105 # See if we can pad any odd-lengthed glyphs to allow loca
122 ttFont['maxp'].numGlyphs = len(self.glyphs)
188 if not hasattr(self, "glyphs"):
189 self.glyphs = {}
197 self.glyphs[glyphName] = glyp
    [all...]
  /external/freetype/src/tools/
glnames.py 33 # This table lists the glyphs according to the Macintosh specification.
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 248 hb_set_t *glyphs /* OUT */)
250 return face->table.GDEF->table->get_glyphs_in_class (klass, glyphs);
957 const hb_codepoint_t *glyphs,
963 glyphs, glyphs_length,
970 const hb_codepoint_t *glyphs,
975 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context);
993 /* Merge clusters and delete filtered glyphs.
1047 hb_set_t *glyphs)
1050 OT::hb_closure_context_t c (face, glyphs, &done_lookups);
1060 * Compute the transitive closure of glyphs needed for all of th
    [all...]
hb-subset-glyf.cc 166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs;
235 hb_vector_t<hb_codepoint_t> &glyphs_to_retain = plan->glyphs;
  /external/skia/src/core/
SkFindAndPlaceGlyph.h 22 // ProcessPosText handles all cases for finding and positioning glyphs. It has a very large
223 // GlyphFindAndPlaceSubpixel handles finding and placing glyphs when sub-pixel positioning is
249 // GlyphFindAndPlaceFullPixel handles finding and placing glyphs when no sub-pixel
295 const SkGlyphID glyphs[], int count,
323 glyphs[i], mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
348 glyphs[i], mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
SkTypeface_remote.h 113 // the glyphs.
127 uint16_t glyphs[], int glyphCount) const override {
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 22 // ProcessPosText handles all cases for finding and positioning glyphs. It has a very large
223 // GlyphFindAndPlaceSubpixel handles finding and placing glyphs when sub-pixel positioning is
249 // GlyphFindAndPlaceFullPixel handles finding and placing glyphs when no sub-pixel
295 const SkGlyphID glyphs[], int count,
323 glyphs[i], mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
348 glyphs[i], mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
SkTypeface_remote.h 113 // the glyphs.
127 uint16_t glyphs[], int glyphCount) const override {
  /external/fonttools/Lib/fontTools/voltLib/
ast.py 100 glyphs = []
103 glyphs.extend(element.glyphSet(groups))
105 glyphs.extend(element.glyphSet())
106 return tuple(glyphs)
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 33 std::vector<FXTEXT_GLYPHPOS>& glyphs = *pGlyphAndPos; local
34 bool bVertical = glyphs.back().m_Origin.x == glyphs.front().m_Origin.x;
35 if (!bVertical && (glyphs.back().m_Origin.y != glyphs.front().m_Origin.y))
38 for (size_t i = glyphs.size() - 1; i > 1; --i) {
39 FXTEXT_GLYPHPOS& next = glyphs[i];
43 FXTEXT_GLYPHPOS& current = glyphs[i - 1];
    [all...]
  /external/skia/tools/fonts/
SkTestSVGTypeface.h 95 uint16_t glyphs[], int glyphCount) const override;
SkRandomScalerContext.cpp 194 uint16_t glyphs[], int glyphCount) const {
195 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
  /external/skqp/tools/fonts/
SkTestSVGTypeface.h 95 uint16_t glyphs[], int glyphCount) const override;
SkRandomScalerContext.cpp 194 uint16_t glyphs[], int glyphCount) const {
195 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
  /external/fonttools/Doc/source/designspaceLib/
readme.rst 88 glyphname pairs: the glyphs that need to be substituted. For a rule to be triggered
97 - When making instances as UFOs however, we need to swap the glyphs so
105 glyphs so they keep their appearance.
216 - ``glyphs``: dict for special master definitions for glyphs. If glyphs
259 i2.glyphs['arrow'] = glyphData
260 i2.glyphs['arrow2'] = dict(mute=False)
668 and the location. The ``glyphs`` element is not required.
669 - MutatorMath uses the ``glyphs`` element to describe how certai
    [all...]
scripting.rst 129 Option: exclude glyphs
132 By default all glyphs in a source will be processed. If you want to
133 exclude certain glyphs, add their names to the ``mutedGlyphNames`` list.
212 i4.glyphs['dollar'] = glyphData
  /external/ImageMagick/coders/
ttf.c 224 (type_info->glyphs != (char *) NULL))
225 (void) CopyMagickString(image->filename,type_info->glyphs,MagickPathExtent);
  /external/fonttools/Lib/fontTools/subset/
cff.py 54 decompose = s.glyphs
65 components -= s.glyphs
66 s.glyphs.update(components)
121 # Load all glyphs
123 if g not in s.glyphs: continue
127 indices = [i for i,g in enumerate(font.charset) if g in s.glyphs]
145 if g in s.glyphs}
149 if g in s.glyphs}
150 font.charset = [g for g in font.charset if g in s.glyphs]
  /external/fonttools/Lib/fontTools/ttLib/
ttFont.py 56 Additionally, upon importing an TTX file, this option cause glyphs
96 # Permit the user to reference glyphs that are not int the font.
494 # glyphs (eg. ligatures or alternates) may not be reachable via cmap,
495 # this naming table will usually not cover all glyphs in the font.
552 # the cmap table than there are glyphs. I don't think it's legal...
670 glyphs = None
674 glyphs = _TTGlyphSet(self,
677 if glyphs is None and "glyf" in self:
678 glyphs = _TTGlyphSet(self, self["glyf"], _TTGlyphGlyf)
680 if glyphs is None
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 252 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
255 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
  /external/icu/icu4c/source/test/letest/
sfnt.h 232 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
241 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/icu/icu4c/source/test/perf/leperf/
sfnt.h 236 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
245 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 146 void SkInternalAtlasTextTarget::drawText(const SkGlyphID glyphs[], const SkPoint positions[],
161 SkSpan<const SkGlyphID>{glyphs, SkTo<size_t>(glyphCnt)},
172 // The SkAtlasTextRenderer currently only handles grayscale SDF glyphs.
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 81 uint16_t glyphs[], int glyphCount) const
83 if (nullptr == glyphs) {
108 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
114 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
122 if (0 == glyphs[i]) {

Completed in 192 milliseconds

1 2 3 4 5 6 78 91011>>