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

<<1112

  /external/fonttools/Lib/fontTools/ttLib/
woff2.py 484 numGlyphs: H # Number of glyphs
644 "incorrect glyphOrder: expected %d glyphs, found %d" %
647 glyphs = self.glyphs = {}
650 glyphs[glyphName] = glyph
654 self.numGlyphs = len(self.glyphs)
665 "incorrect glyphOrder: expected %d glyphs, found %d" %
857 # for simple glyphs, compare the encoded bounding box info with the calculated
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.hh 102 const hb_codepoint_t *glyphs,
414 * - All resulting glyphs will have lig_id = 0,
415 * - The resulting glyphs will have lig_comp = 0, 1, 2, ... respectively.
  /external/fonttools/Lib/fontTools/designspaceLib/
__init__.py 237 self.glyphs = {}
539 if instanceObject.glyphs:
540 if instanceElement.findall('.glyphs') == []:
541 glyphsElement = ET.Element('glyphs')
543 glyphsElement = instanceElement.findall('.glyphs')[0]
544 for glyphName, data in sorted(instanceObject.glyphs.items()):
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 1860 std::vector<FXTEXT_GLYPHPOS> glyphs; local
    [all...]
  /external/fonttools/Lib/fontTools/varLib/
__init__.py 11 a Glyphs source, eg., using noto-source as an example:
13 $ fontmake -o ttf-interpolatable -g NotoSansArabic-MM.glyphs
252 if glyphName not in glyf.glyphs: return None
272 assert glyphName in glyf.glyphs
360 """In composite glyphs, there should be one 0 entry
418 for name, glyph in font["glyf"].glyphs.items():
mutator.py 102 """Unlike TrueType glyphs, neither advance width nor bounding box
134 # Happens with non-marking glyphs
308 for glyph in glyf.glyphs.values():
318 # Set OVERLAP_COMPOUND bit for compound glyphs
321 # Set OVERLAP_SIMPLE bit for simple glyphs
  /external/skia/tests/
SkRemoteGlyphCacheTest.cpp 85 runBuffer.glyphs[i] = static_cast<SkGlyphID>(i);
456 glyphTf->charsToGlyphs(s, SkTypeface::kUTF8_Encoding, runBuffer.glyphs, runSize);
459 font.getWidths(runBuffer.glyphs, 1, nullptr, &glyphBounds);
    [all...]
SVGDeviceTest.cpp 45 Using the new system where devices only gets glyphs causes this to fail because the font has no
SerializationTest.cpp 756 std::fill(run.glyphs, run.glyphs + glyph_count, 0);
  /external/skqp/src/core/
SkGlyphRunPainter.cpp 107 // hairline glyphs are fast enough so we don't need to cache them
121 // Prevent glyphs from being drawn outside of or straddling the edge of device space.
235 // Getting glyphs to the screen in a fallback situation can be complex. Here is the set of
237 // scaler, but the atlas has an upper limit to the glyphs it can handle. So the GPU is used to
244 // * Go Fast - view matrix is scale and translate, and all the glyphs are small enough
247 // * It's complicated - view matrix is not scale and translate, and the glyphs are small enough
248 // The glyph cache does not handle the view matrix, but stores the glyphs at the text size
251 // * Too big - The glyphs are too big to fit in the atlas
252 // Reduce the text size so the glyphs will fit in the atlas, but don't apply any
267 // If the situation that the matrix is simple, and all the glyphs are small enough. Go fast
    [all...]
  /external/skqp/tests/
SkRemoteGlyphCacheTest.cpp 85 runBuffer.glyphs[i] = static_cast<SkGlyphID>(i);
456 glyphTf->charsToGlyphs(s, SkTypeface::kUTF8_Encoding, runBuffer.glyphs, runSize);
459 font.getWidths(runBuffer.glyphs, 1, nullptr, &glyphBounds);
    [all...]
SerializationTest.cpp 756 std::fill(run.glyphs, run.glyphs + glyph_count, 0);
SVGDeviceTest.cpp 37 Using the new system where devices only gets glyphs causes this to fail because the font has no
  /external/freetype/src/bdf/
bdfdrivr.c 393 FT_TRACE4(( " number of glyphs: allocated %d (used %d)\n",
396 FT_TRACE4(( " number of unencoded glyphs: allocated %d (used %d)\n",
428 /* the number of glyphs (with one slot for the undefined glyph */
429 /* at position 0 and all unencoded glyphs) */
595 bdf_glyph_t* cur = font->glyphs;
811 glyph = bdf->bdffont->glyphs[glyph_index];
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/skqp/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/skia/tools/fonts/
SkTestSVGTypeface.cpp 128 uint16_t glyphs[], int glyphCount) const {
140 if (glyphs) {
142 glyphs[i] = g ? *g : 0;
784 * have problems in CoreText determining the glyph bounds of bitmap glyphs
    [all...]
  /external/skqp/tools/fonts/
SkTestSVGTypeface.cpp 128 uint16_t glyphs[], int glyphCount) const {
140 if (glyphs) {
142 glyphs[i] = g ? *g : 0;
786 * have problems in CoreText determining the glyph bounds of bitmap glyphs
    [all...]
  /external/skia/modules/skottie/src/
SkottieAdapter.cpp 389 sk_careful_memcpy(blobBuffer.glyphs,
  /external/skia/src/pdf/
SkPDFDevice.cpp 1058 const SkGlyphID* glyphs = glyphRun.glyphsIDs().data(); local
    [all...]
  /external/skia/tools/viewer/
Viewer.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 1071 const SkGlyphID* glyphs = glyphRun.glyphsIDs().data(); local
    [all...]
  /external/skqp/tools/viewer/
Viewer.cpp     [all...]

Completed in 716 milliseconds

<<1112