HomeSort by relevance Sort by last modified time
    Searched refs:glyph (Results 201 - 225 of 359) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 50 glyph = Glyph(glyphdata)
51 self.glyphs[glyphName] = glyph
58 for glyph in self.glyphs.values():
59 glyph.expand(self)
69 glyph = self.glyphs[glyphName]
70 glyphData = glyph.compile(self, recalcBBoxes)
95 glyph = self[glyphName]
96 if glyph.numberOfContours:
99 ("xMin", glyph.xMin)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
responsiveDesignView.css 81 .responsive-design-section .status-bar-item .glyph.shadow {
207 .responsive-design-icon.status-bar-item > .glyph {
221 .responsive-design-icon.status-bar-item:disabled .glyph {
226 .responsive-design-icon.status-bar-item > .glyph {
243 .responsive-design-icon-resolution.status-bar-item > .glyph {
247 .responsive-design-icon-dpr.status-bar-item > .glyph {
251 .responsive-design-icon-swap.status-bar-item > .glyph {
259 .responsive-design-icon-swap.status-bar-item:hover > .glyph {
277 .responsive-design-section-buttons .status-bar-item .glyph {
381 .responsive-design-toggle-media-inspector .glyph {
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.cpp 207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph)
227 le_uint16 index = glyph;
229 if (glyph >= numGlyphs) {
233 if (glyph >= numOfLongHorMetrics) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 40 void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 81 glyph = "\"g\"" colon (glyph_string | glyph_number);
88 element = glyph | cluster | xoffset | yoffset | xadvance | yadvance;
hb-buffer-deserialize-text.rl 74 glyph = (glyph_id | glyph_name) >tok %parse_glyph;
80 glyph
  /external/icu/icu4c/source/test/letest/
FontObject.cpp 207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph)
227 le_uint16 index = glyph;
229 if (glyph >= numGlyphs) {
233 if (glyph >= numOfLongHorMetrics) {
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.cpp 207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph)
227 le_uint16 index = glyph;
229 if (glyph >= numGlyphs) {
233 if (glyph >= numOfLongHorMetrics) {
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 418 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[i]; local
419 if (glyph.m_pGlyph == NULL) {
422 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap,
423 glyph.m_OriginX + glyph.m_pGlyph->m_Left,
424 glyph.m_OriginY - glyph.m_pGlyph->m_Top, fill_argb);
505 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; local
506 if (glyph.m_pGlyph == NULL) {
509 bitmap.TransferBitmap((int)((glyph.m_OriginX + glyph.m_pGlyph->m_Left - rect.left) * sa),
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 40 void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
  /frameworks/minikin/include/minikin/
MinikinFont.h 85 virtual bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const = 0;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1gload.c 5 /* Type 1 Glyph Loader (body). */
48 /********** quickly processes each glyph charstring to *********/
171 0, /* glyph slot */
192 /* for each glyph, parse the glyph charstring and extract */
201 /* ignore the error if one occurred - skip to next glyph */
236 0, /* glyph slot */
274 T1_GlyphSlot glyph = (T1_GlyphSlot)t1glyph; local
310 glyph->x_scale = t1size->metrics.x_scale;
311 glyph->y_scale = t1size->metrics.y_scale
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 74 missingGlyphData.glyph = svgFontElement->missingGlyph();
91 Glyph letterXGlyph = glyphPageZero->glyphForCharacter('x');
112 Glyph spaceGlyph = glyphPageZero->glyphForCharacter(' ');
117 Glyph numeralZeroGlyph = glyphPageZero->glyphForCharacter('0');
121 Glyph letterWGlyph = glyphPageZero->glyphForCharacter('W');
125 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
145 SVGGlyph svgGlyph = associatedFontElement->svgGlyphForGlyph(glyph);
211 // Later code will fail if we do not do this and the glyph is incompatible.
214 glyphData.glyph = svgGlyph.tableEntry
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 63 bool CGFontGetGlyphAdvancesForStyle(CGFontRef font, CGAffineTransform* transform, CGFontRenderingMode renderingMode, ATSGlyphRef* glyph, size_t count, CGSize* advance);
115 // otherwise use subpixel glyph positioning.
253 // reported x-height to only include the portion of the glyph that is above the baseline.
374 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const
377 boundingBox = CTFontGetBoundingRectsForGlyphs(m_platformData.ctFont(), platformData().orientation() == Vertical ? kCTFontVerticalOrientation : kCTFontHorizontalOrientation, &glyph, 0, 1);
385 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const
391 advance = NSSizeToCGSize([font advancementForGlyph:glyph]);
395 if (!CGFontGetGlyphAdvancesForStyle(platformData().cgFont(), &m, cgFontRenderingModeForNSFont(font), &glyph, 1, &advance))
    [all...]
FontComplexTextMac.cpp 106 // This glyph buffer holds our glyphs + advances + font data for each glyph.
115 // Draw the glyph buffer now at the starting point returned in startX.
166 if (!baseCharacterGlyphData.glyph)
184 Glyph verticalRightGlyph = verticalRightFontData->glyphForCharacter(baseCharacter);
185 if (verticalRightGlyph == baseCharacterGlyphData.glyph)
189 Glyph uprightGlyph = uprightFontData->glyphForCharacter(baseCharacter);
190 if (uprightGlyph != baseCharacterGlyphData.glyph)
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
362 if (glyph == 0xFFFE || glyph == 0xFFFF) {
374 result = GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_METRICS, &metrics, 0, NULL, &identity);
384 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt);
  /external/chromium_org/content/renderer/
render_font_warmup_win.cc 185 wchar_t glyph = L'S'; local
186 paint_warmup.measureText(&glyph, 2);
  /external/chromium_org/third_party/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shaper.h 171 HB_NoJustification= 0, /* Justification can't be applied after this glyph */
172 HB_Arabic_Space = 1, /* This glyph represents a space inside arabic text */
173 HB_Character = 2, /* Inter-character justification point follows this glyph */
174 HB_Space = 4, /* This glyph represents a blank outside an Arabic run */
175 HB_Arabic_Normal = 7, /* Normal Middle-Of-Word glyph that connects to the right (begin) */
189 unsigned clusterStart :1; /* First glyph of representation of cluster */
233 /* implementation needs to make sure to load a scaled glyph, so /no/ FT_LOAD_NO_SCALE */
234 HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints);
235 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
255 HB_Font font; /* input: the font: scale, units and function pointers supplying glyph indices and metrics *
    [all...]
  /external/freetype/
Android.mk 11 # compile in ARM mode, since the glyph loader/renderer is a hotspot
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 20 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; local
21 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph;
25 int char_left = glyph.m_OriginX + pGlyph->m_Left;
31 int char_top = glyph.m_OriginY - pGlyph->m_Top;
239 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; local
241 glyph.m_fOriginX = charpos.m_OriginX;
242 glyph.m_fOriginY = charpos.m_OriginY;
243 text2Device.Transform(glyph.m_fOriginX, glyph.m_fOriginY);
245 glyph.m_OriginX = FXSYS_round(glyph.m_fOriginX);
289 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; local
338 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
MinikinSkia.cpp 35 bool MinikinFontSkia::GetGlyph(uint32_t codepoint, uint32_t *glyph) const {
41 *glyph = glyph16;
63 ALOGD("width for typeface %d glyph %d = %f", mTypeface->uniqueID(), glyph_id, skWidth);
  /external/chromium_org/third_party/freetype/src/truetype/
ttsubpix.c 46 /* - Fontconfig can't set things on a glyph-by-glyph basis. */
838 if ( rule[i].glyph == 0 ||
840 rule[i].glyph ) == glyph_index )
869 if ( rule[i].glyph == 0 ||
871 rule[i].glyph ) == glyph_index )
    [all...]
  /external/freetype/src/truetype/
ttsubpix.c 46 /* - Fontconfig can't set things on a glyph-by-glyph basis. */
838 if ( rule[i].glyph == 0 ||
840 rule[i].glyph ) == glyph_index )
869 if ( rule[i].glyph == 0 ||
871 rule[i].glyph ) == glyph_index )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttsubpix.c 46 /* - Fontconfig can't set things on a glyph-by-glyph basis. */
838 if ( rule[i].glyph == 0 ||
840 rule[i].glyph ) == glyph_index )
869 if ( rule[i].glyph == 0 ||
871 rule[i].glyph ) == glyph_index )
    [all...]

Completed in 842 milliseconds

1 2 3 4 5 6 7 891011>>