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

1 2 3 4 5 67 8 91011>>

  /external/skia/legacy/include/core/
SkPaint.h 77 subpixel glyphs, in which case TARGET_LCD or
220 * X values, and drawText will places its glyphs vertically rather than
750 SkScalar fXMin; //!< The minimum bounding box x value for all glyphs
751 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs
774 glyphs ID written. If glyphs is NULL, it is ignore and only the count
778 uint16_t glyphs[]) const;
789 /** Convert the glyph array into Unichars. Unconvertable glyphs are mapped
793 void glyphsToUnichars(const uint16_t glyphs[], int count,
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 460 inline bool would_substitute (const hb_codepoint_t *glyphs,
466 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
549 const hb_codepoint_t glyphs[2],
552 /* For old-spec, the order of glyphs is Consonant,Virama,
563 hb_codepoint_t glyphs_r[2] = {glyphs[1], glyphs[0]};
564 if (indic_plan->pref.would_substitute (glyphs , 2, zero_context, face) ||
567 if (indic_plan->blwf.would_substitute (glyphs , 2, zero_context, face) ||
570 if (indic_plan->pstf.would_substitute (glyphs , 2, zero_context, face) ||
630 hb_codepoint_t glyphs[2] local
687 hb_codepoint_t glyphs[2] = {info[start].codepoint, info[start + 1].codepoint}; local
993 hb_codepoint_t glyphs[2] = {info[i].codepoint, info[i + 1].codepoint}; local
    [all...]
hb-ot-layout-gdef-table.hh 340 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const
341 { (this+glyphClassDef).add_class (glyphs, klass); }
407 attachList; /* Offset to list of glyphs with
  /external/freetype/include/freetype/
ftlcdfil.h 5 /* FreeType API for color filtering of subpixel bitmap glyphs */
84 * fringes if glyphs are not extremely well hinted to the pixel grid.
freetype.h 263 /* of glyphs for a given point size and resolution) in a bitmap font. */
270 /* width :: The average width, in pixels, of all glyphs in the */
414 /* transformation which is used to load and hint glyphs and metrics. */
439 /* is possible to load any of the glyphs contained in its parent */
    [all...]
ftadvanc.h 67 /* Typically, glyphs which are either unscaled, unhinted, bitmapped, */
ftpfr.h 103 * Return the kerning pair corresponding to two glyphs in a PFR face.
  /external/freetype/src/cache/
ftcglyph.h 49 * glyphs, etc.).
128 * We can group glyphs into `families'. Each family correspond to a
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 233 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
242 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/icu4c/samples/layout/
paragraph.cpp 241 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
  /external/icu4c/test/letest/
sfnt.h 230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/skia/src/gpu/
SkGrFontScaler.cpp 83 // fall through to kA8 -- we store BW glyphs in our 8-bit cache
153 // The windows font host sometimes has BW glyphs in a non-BW strike. So it is important here to
  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 86 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; } function in class:WebCore::GlyphBuffer
88 const GlyphBufferGlyph* glyphs(int from) const { return m_glyphs.data() + from; } function in class:WebCore::GlyphBuffer
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 85 // This glyph buffer holds our glyphs + advances + font data for each glyph.
90 // We couldn't generate any glyphs for the run. Give up.
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 100 // This glyph buffer holds our glyphs + advances + font data for each glyph.
105 // We couldn't generate any glyphs for the run. Give up.
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 122 // This glyph buffer holds our glyphs + advances + font data for each glyph.
131 // We couldn't generate any glyphs for the run. Give up.
  /external/webkit/Source/WebCore/svg/
SVGFontElement.cpp 176 void SVGFontElement::getGlyphIdentifiersForString(const String& string, Vector<SVGGlyphIdentifier>& glyphs) const
179 m_glyphMap.get(string, glyphs);
SVGFont.cpp 279 Vector<SVGGlyphIdentifier> glyphs; local
281 glyphs.append(altGlyphIdentifier);
283 m_fontElement->getGlyphIdentifiersForString(lookupString, glyphs);
285 Vector<SVGGlyphIdentifier>::iterator it = glyphs.begin();
286 Vector<SVGGlyphIdentifier>::iterator end = glyphs.end();
411 // TODO: language matching & svg glyphs should be possible for HTML text, too.
502 // TODO: language matching & svg glyphs should be possible for HTML text, too.
  /external/skia/include/core/
SkPaint.h 78 subpixel glyphs, in which case TARGET_LCD or
221 * X values, and drawText will places its glyphs vertically rather than
712 glyphs in high DPI mode without text subpixel positioning.
713 @return the scale factor used for rendering glyphs in high DPI mode.
718 glyphs in high DPI mode without text subpixel positioning.
719 @param the scale factor used for rendering glyphs in high DPI mode.
745 SkScalar fXMin; //!< The minimum bounding box x value for all glyphs
746 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs
769 glyphs ID written. If glyphs is NULL, it is ignore and only the coun
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 502 jint contextCount, jint flags, jcharArray glyphs) {
506 if ((start | count | contextCount) < 0 || contextCount < count || !glyphs) {
513 size_t glypthsLength = env->GetArrayLength(glyphs);
519 jchar* glyphsArray = env->GetCharArrayElements(glyphs, NULL);
527 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT);
533 jcharArray glyphs) {
536 end - start, contextEnd - contextStart, flags, glyphs);
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 65 static HB_Bool hb_stringToGlyphs(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool /*rightToLeft*/)
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i));
82 static void hb_getAdvances(HB_Font /*font*/, const HB_Glyph * /*glyphs*/, hb_uint32 numGlyphs, HB_Fixed *advances, int /*flags*/)
207 unsigned short glyphs[16]; member in struct:ShapeTable
257 shaper_item.glyphs = hb_glyphs.data();
271 const unsigned short *g = s->glyphs;
281 if ((shaper_item.glyphs[i]&0xffffff) != s->glyphs[i])
300 str += QString("%1 ").arg(shaper_item.glyphs[i], 4, 16);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 131 // Count the total number of glyphs we have so we know how big to make the
141 // We make one big buffer in screen order of all the glyphs we are drawing
143 // all glyphs.
340 // Actually draw the glyphs we found.
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 163 OSStatus WKConvertCharToGlyphs(void *styleGroup, const UniChar* characters, unsigned numCharacters, WKGlyphVectorRef glyphs);
166 OSStatus WKInitializeGlyphVector(int count, WKGlyphVectorRef glyphs);
167 void WKClearGlyphVector(WKGlyphVectorRef glyphs);
  /external/freetype/src/cff/
cffgload.h 153 FT_UInt num_glyphs; /* number of glyphs in font */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper-private.h 137 shaper_item->glyphs, shaper_item->num_glyphs, \

Completed in 1110 milliseconds

1 2 3 4 5 67 8 91011>>