HomeSort by relevance Sort by last modified time
    Searched full:glyphs (Results 226 - 250 of 370) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 542 item->glyphs, &item->num_glyphs,
618 syllable.glyphs = item->glyphs + first_glyph;
624 KHDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
631 KHDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
harfbuzz-indic.cpp     [all...]
harfbuzz-gsub.c 982 goto next_ligature; /* Not enough glyphs in input */
1020 if ( j == buffer->in_pos + i ) /* No input glyphs skipped */
1023 glyphs and the ligature already has an ID. */
1045 /* Now we must do a second loop to copy the skipped glyphs to
1047 glyph after the first component. Glyphs between component
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp     [all...]
harfbuzz-gsub.c 982 goto next_ligature; /* Not enough glyphs in input */
1020 if ( j == buffer->in_pos + i ) /* No input glyphs skipped */
1023 glyphs and the ligature already has an ID. */
1045 /* Now we must do a second loop to copy the skipped glyphs to
1047 glyph after the first component. Glyphs between component
    [all...]
harfbuzz-gpos.c 763 * This can happen e.g. for sbit glyphs. */
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 185 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
188 uint16_t glyphs; local
189 if (GetFontData(hdc, maxpTag, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) {
190 return SkEndian_SwapBE16(glyphs);
772 int glyphs; local
774 fDDC, &fSC, c, 2, 1, &si[0].a, &index, log, &vsa, &glyphs)));
789 WORD glyphs = glyph->getGlyphID(0); local
790 if (0 == GetTextExtentPointI(fDDC, &glyphs, 1, &size)) {
    [all...]
  /external/freetype/include/freetype/
ftstroke.h 39 * Generating bordered and stroked glyphs.
46 * This can be useful to generate `bordered' glyph, i.e., glyphs
  /external/freetype/src/autofit/
afloader.c 171 /* be sure to check for spacing glyphs */
451 /* non-spacing glyphs must stay as-is */
  /external/freetype/src/cache/
ftcbasic.c 152 FT_TRACE1(( "ftc_basic_family_get_count: too large number of glyphs " ));
542 /* always render glyphs to bitmaps */
ftccache.h 54 /* glyphs for a given size, some metrics, etc. */
  /external/skia/include/core/
SkFontHost.h 193 id. Passing NULL means all glyphs in the font.
243 vertically. When rendering subpixel glyphs we need to know which way
SkTypeface.h 130 id. Passing NULL means all glyphs in the font.
  /external/skia/legacy/include/core/
SkFontHost.h 189 id. Passing NULL means all glyphs in the font.
248 vertically. When rendering subpixel glyphs we need to know which way
  /external/chromium/net/url_request/
view_cache_helper.cc 47 // print ASCII glyphs if possible:
  /external/freetype/src/base/
ftlcdfil.c 5 /* FreeType API for color filtering of subpixel bitmap glyphs (body). */
  /external/freetype/src/sfnt/
ttmtx.c 165 " %cmtx has more metrics than glyphs.\n",
  /external/freetype/src/truetype/
ttdriver.c 80 /* glyphs of the same face. */
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 209 unsigned int default_value; /* for non-global features, what should the unset glyphs take */
  /external/icu4c/layout/
GlyphIterator.cpp 492 // filter out 0xFFFE glyphs.
  /external/skia/src/core/
SkScalerContext.h 181 glyphs return zero.
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 747 // For now map "glyphs" to "font" in vertical text mode until the bounds returned by glyphs aren't garbage.
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 241 // Alter font-size to the right on-screen value, to avoid scaling the glyphs themselves.
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 322 // Give a hint for advances and glyphs vectors size
486 ALOGD(" -- Total returned glyphs-count = %d", outGlyphs->size());
666 ALOGD(" -- glyphs count=%d", numGlyphs);
808 // Get the glyphs base count for offsetting the glyphIDs returned by Harfbuzz
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Font.java 36 * Internally, the glyphs are rendered using the Freetype library and an internal cache of

Completed in 1285 milliseconds

1 2 3 4 5 6 7 8 91011>>