HomeSort by relevance Sort by last modified time
    Searched refs:glyph (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/icu4c/layout/
SimpleArrayProcessor.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SimpleArrayProcessor2.cpp 39 le_int32 glyph; local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
42 LEGlyphID thisGlyph = glyphStorage[glyph];
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SingleTableProcessor.cpp 39 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(entries, glyphStorage[glyph]);
46 glyphStorage[glyph] = SWAPW(lookupSingle->value);
SingleTableProcessor2.cpp 39 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(entries, glyphStorage[glyph]);
46 glyphStorage[glyph] = SWAPW(lookupSingle->value);
SegmentArrayProcessor.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentArrayProcessor2.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
SegmentSingleProcessor2.cpp 40 le_int32 glyph; local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
43 LEGlyphID thisGlyph = glyphStorage[glyph];
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor.cpp 41 le_int32 glyph; local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
44 LEGlyphID thisGlyph = glyphStorage[glyph];
50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
TrimmedArrayProcessor2.cpp 41 le_int32 glyph; local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
44 LEGlyphID thisGlyph = glyphStorage[glyph];
50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph);
LEGlyphFilter.h 17 * recognize a set of glyph indices.
31 * glyph index to see if it is in the set
34 * @param glyph - the glyph index to be tested
36 * @return TRUE if the glyph index is in the set.
40 virtual le_bool accept(LEGlyphID glyph) const = 0;
GDEFMarkFilter.cpp 24 le_bool GDEFMarkFilter::accept(LEGlyphID glyph) const
26 le_int32 glyphClass = classDefTable->getGlyphClass(glyph);
  /external/chromium_org/third_party/skia/src/core/
SkAutoKern.h 27 SkFixed adjust(const SkGlyph& glyph)
29 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
30 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
35 fPrevRsbDelta = glyph.fRsbDelta;
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta);
45 fPrevRsbDelta = glyph.fRsbDelta
    [all...]
  /external/skia/src/core/
SkAutoKern.h 27 SkFixed adjust(const SkGlyph& glyph)
29 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
30 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
35 fPrevRsbDelta = glyph.fRsbDelta;
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta);
45 fPrevRsbDelta = glyph.fRsbDelta
    [all...]
  /frameworks/base/libs/hwui/font/
FontUtil.h 43 #define GET_METRICS(paint, glyph, matrix) paint->getGlyphMetrics(glyph, matrix)
45 #define IS_END_OF_STRING(glyph) false
56 #define GET_METRICS(paint, glyph, matrix) paint->getUnicharMetrics(glyph, matrix)
58 #define IS_END_OF_STRING(glyph) glyph < 0
Font.cpp 141 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y,
143 int nPenX = x + glyph->mBitmapLeft;
144 int nPenY = y + glyph->mBitmapTop;
146 int width = (int) glyph->mBitmapWidth;
147 int height = (int) glyph->mBitmapHeight;
163 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
165 float nPenX = x + glyph->mBitmapLeft;
166 float nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight;
168 float width = (float) glyph->mBitmapWidth
321 glyph_t glyph = GET_GLYPH(text); local
360 glyph_t glyph = GET_GLYPH(text); local
395 glyph_t glyph = GET_GLYPH(text); local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftglyph.c 21 /* that can be used by client applications to easily retrieve glyph */
61 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local
63 FT_Library library = FT_GLYPH( glyph )->library;
72 glyph->left = slot->bitmap_left;
73 glyph->top = slot->bitmap_top;
78 glyph->bitmap = slot->bitmap;
83 FT_Bitmap_New( &glyph->bitmap );
84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
111 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local
112 FT_Library library = FT_GLYPH( glyph )->library
123 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local
159 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
189 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
220 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
235 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
246 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
285 FT_Glyph glyph = NULL; local
358 FT_Glyph glyph; local
513 FT_Glyph glyph; local
    [all...]
  /external/freetype/src/base/
ftglyph.c 21 /* that can be used by client applications to easily retrieve glyph */
63 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local
65 FT_Library library = FT_GLYPH( glyph )->library;
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
80 glyph->bitmap = slot->bitmap;
85 FT_Bitmap_New( &glyph->bitmap );
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
113 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local
114 FT_Library library = FT_GLYPH( glyph )->library
125 FT_BitmapGlyph glyph = (FT_BitmapGlyph)bitmap_glyph; local
161 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
191 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
222 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
237 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
248 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; local
287 FT_Glyph glyph = NULL; local
360 FT_Glyph glyph; local
515 FT_Glyph b, glyph; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 48 static void copyFT2LCD16(const SkGlyph& glyph, const FT_Bitmap& bitmap,
52 SkASSERT(3 * glyph.fHeight == bitmap.rows);
54 SkASSERT(glyph.fHeight == bitmap.rows);
57 uint16_t* dst = reinterpret_cast<uint16_t*>(glyph.fImage);
58 const size_t dstRB = glyph.rowBytes();
59 const int width = glyph.fWidth;
64 for (int y = 0; y < glyph.fHeight; ++y) {
73 for (int y = 0; y < glyph.fHeight; ++y) {
82 SkASSERT(lcdIsVert || (glyph.fWidth * 3 == bitmap.width));
83 for (int y = 0; y < glyph.fHeight; y++)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
text.c 51 struct vg_glyph *glyph; local
53 glyph = (struct vg_glyph *)
55 if (glyph)
56 FREE(glyph);
58 return (glyph != NULL);
68 struct vg_glyph *glyph; local
73 glyph = CALLOC_STRUCT(vg_glyph);
74 glyph->object = obj;
75 glyph->is_hinted = isHinted;
76 memcpy(glyph->glyph_origin, glyphOrigin, sizeof(glyph->glyph_origin))
155 struct vg_glyph *glyph = (struct vg_glyph *) cso_hash_iter_data(iter); local
200 struct vg_glyph *glyph; local
231 struct vg_glyph *glyph; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
text.c 51 struct vg_glyph *glyph; local
53 glyph = (struct vg_glyph *)
55 if (glyph)
56 FREE(glyph);
58 return (glyph != NULL);
68 struct vg_glyph *glyph; local
73 glyph = CALLOC_STRUCT(vg_glyph);
74 glyph->object = obj;
75 glyph->is_hinted = isHinted;
76 memcpy(glyph->glyph_origin, glyphOrigin, sizeof(glyph->glyph_origin))
155 struct vg_glyph *glyph = (struct vg_glyph *) cso_hash_iter_data(iter); local
200 struct vg_glyph *glyph; local
231 struct vg_glyph *glyph; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 62 static void copyFT2LCD16(const SkGlyph& glyph, const FT_Bitmap& bitmap,
66 SkASSERT(3 * glyph.fHeight == bitmap.rows);
68 SkASSERT(glyph.fHeight == bitmap.rows);
71 uint16_t* dst = reinterpret_cast<uint16_t*>(glyph.fImage);
72 const size_t dstRB = glyph.rowBytes();
73 const int width = glyph.fWidth;
78 for (int y = 0; y < glyph.fHeight; ++y) {
87 for (int y = 0; y < glyph.fHeight; ++y) {
96 SkASSERT(lcdIsVert || (glyph.fWidth * 3 == bitmap.width));
97 for (int y = 0; y < glyph.fHeight; y++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphMetricsMap.h 32 #include "core/platform/graphics/Glyph.h"
47 T metricsForGlyph(Glyph glyph)
49 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph);
52 void setMetricsForGlyph(Glyph glyph, const T& metrics)
54 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
62 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size];
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 46 HB_FONT_FUNC_IMPLEMENT (glyph) \
214 hb_codepoint_t *glyph)
216 *glyph = 0;
217 return klass->get.glyph (this, user_data,
218 unicode, variation_selector, glyph,
219 klass->user_data.glyph);
222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph)
225 glyph,
229 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph)
232 glyph,
    [all...]
  /external/harfbuzz_ng/src/
hb-font-private.hh 46 HB_FONT_FUNC_IMPLEMENT (glyph) \
214 hb_codepoint_t *glyph)
216 *glyph = 0;
217 return klass->get.glyph (this, user_data,
218 unicode, variation_selector, glyph,
219 klass->user_data.glyph);
222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph)
225 glyph,
229 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph)
232 glyph,
    [all...]

Completed in 3044 milliseconds

1 2 3 4 5 6 7 8 91011