HomeSort by relevance Sort by last modified time
    Searched full:glyphs (Results 126 - 150 of 597) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 398 fStyleRunInfo[run].glyphs = NULL;
456 fStyleRunInfo[run].glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount);
458 if ((fStyleRunInfo[run].glyphs == NULL) ||
464 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
595 LE_DELETE_ARRAY(fStyleRunInfo[run].glyphs);
598 fStyleRunInfo[run].glyphs = NULL;
683 // If no glyphs fit on the line, force one to fit.
685 // (There shouldn't be any zero width glyphs at the
687 // only zero width glyphs, because otherwise the zero
688 // width glyphs will have been included on the end o
1103 LEGlyphID *glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 52 OT::GlyphID glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; local
69 glyphs[num_glyphs].set (u_glyph);
80 hb_stable_sort (&glyphs[0], num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &substitutes[0]);
82 OT::Supplier<OT::GlyphID> glyphs_supplier (glyphs, num_glyphs);
117 /* Sort out the first-glyphs */
131 /* Now that the first-glyphs are sorted, walk again, populate ligatures. */
hb-ot-maxp-table.hh 63 UINT16 numGlyphs; /* The number of glyphs in the font. */
  /external/icu/icu4c/source/test/letest/
gendata.cpp 209 LEGlyphID *glyphs = NULL; local
318 glyphs = NEW_ARRAY(LEGlyphID, glyphCount);
322 engine->getGlyphs(glyphs, leStatus);
333 dumpLongs(outputFile, "result-glyphs", (le_int32 *) glyphs, glyphCount);
344 DELETE_ARRAY(glyphs);
cletest.c 46 LEGlyphID *glyphs = NULL; local
64 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
75 le_getGlyphs(engine, glyphs, &status);
78 log_err("Calling getGlyphs(glyphs, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
125 DELETE_ARRAY(glyphs);
219 LEGlyphID glyphs[6]; local
240 le_getGlyphs(engine, glyphs, &status);
300 if (actual->glyphs[i] != expected->glyphs[i]) {
302 testID, i, expected->glyphs[i], actual->glyphs[i])
    [all...]
  /external/skia/include/core/
SkPaint.h 208 Generated glyphs may be fuzzy but better resemble their original shape.
349 /** If true, glyphs at different sub-pixel positions may differ on pixel edge coverage.
359 /** Requests, but does not require, that glyphs respect sub-pixel positioning.
368 /** If true, glyphs may use LCD striping to improve glyph edges.
378 /** Requests, but does not require, that glyphs use LCD striping for glyph edges.
387 /** If true, font engine may return glyphs from font bitmaps instead of from outlines.
408 glyphs.
419 instruct the font manager to always hint glyphs.
432 /** If true, glyphs are drawn top to bottom instead of left to right.
    [all...]
  /external/skqp/include/core/
SkPaint.h 209 Generated glyphs may be fuzzy but better resemble their original shape.
350 /** If true, glyphs at different sub-pixel positions may differ on pixel edge coverage.
360 /** Requests, but does not require, that glyphs respect sub-pixel positioning.
369 /** If true, glyphs may use LCD striping to improve glyph edges.
379 /** Requests, but does not require, that glyphs use LCD striping for glyph edges.
388 /** If true, font engine may return glyphs from font bitmaps instead of from outlines.
409 glyphs.
420 instruct the font manager to always hint glyphs.
433 /** If true, glyphs are drawn top to bottom instead of left to right.
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 43 * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
189 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
235 * Get the number of glyphs in the visual run.
237 * @return the number of glyphs.
244 * Get the glyphs in the visual run. Glyphs with the values <code>0xFFFE</code> and
247 * @return the address of the array of glyphs for this visual run. The storage
256 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
350 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
421 * just mapping the characters to glyphs and rendering them in order
571 LEGlyphID *glyphs; member in struct:ParagraphLayout::StyleRunInfo
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 180 // the glyphs referenced by that composite glyph.
243 // Extract glyphs and setup loca list.
305 // >28K glyphs inside, where a typical usage will be <1K glyphs. Doing
535 // tells how to get the glyphs
536 // may hold the glyph metrics if they are uniform for all the glyphs in range
546 // glyphs
548 // different glyphs that are only able to be figured out from the EBLC table
552 // Most pages use only a fraction (hundreds or less) glyphs out of a given font
553 // (which can have >20K glyphs for CJK). It's safe to assume that the subse
    [all...]
  /external/freetype/src/bdf/
bdflib.c 65 1, /* Preserve unencoded glyphs. */
204 #define ACMSG17 "Adjusting number of glyphs to %ld.\n"
209 #define ERRMSG3 "[line %ld] Font glyphs corrupted or missing fields.\n"
812 /* Routine to compare two glyphs by encoding so they can be sorted. */
2370 bdf_glyph_t* glyphs; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
String.c 55 { // Narrow Glyphs
308 Routine to export glyphs to the HII database. This is in addition to whatever is defined in the Graphics Console driver.
  /external/harfbuzz_ng/util/
helper-cairo.cc 478 l->glyphs = cairo_glyph_allocate (l->num_glyphs + 1);
490 if ((l->num_glyphs && !l->glyphs) ||
502 l->glyphs[i].index = hb_glyph[i].codepoint;
503 l->glyphs[i].x = scalbn ((double) hb_position->x_offset + x, scale_bits);
504 l->glyphs[i].y = scalbn ((double) -hb_position->y_offset + y, scale_bits);
510 l->glyphs[i].index = -1;
511 l->glyphs[i].x = scalbn ((double) x, scale_bits);
512 l->glyphs[i].y = scalbn ((double) y, scale_bits);
  /external/skia/bench/
PathTextBench.cpp 24 static_assert(52 == kNumGlyphs, "expected 52 glyphs");
27 * This class benchmarks drawing many glyphs at random scales and rotations.
  /external/skia/resources/android_fonts/v17/
fallback_fonts-ja.xml 6 glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
11 will be searched for glyphs that are not supported by the default system fonts (which are
  /external/skia/tests/
TextBlobCacheTest.cpp 84 paint.setTextSize(48); // draw big glyphs to really stress the atlas
115 memcpy(run.glyphs, text.get(), maxTotalText * sizeof(uint16_t));
  /external/skqp/bench/
PathTextBench.cpp 24 static_assert(52 == kNumGlyphs, "expected 52 glyphs");
27 * This class benchmarks drawing many glyphs at random scales and rotations.
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/android_fonts/v17/
fallback_fonts-ja.xml 6 glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
11 will be searched for glyphs that are not supported by the default system fonts (which are
  /external/skqp/resources/android_fonts/v17/
fallback_fonts-ja.xml 6 glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml.
11 will be searched for glyphs that are not supported by the default system fonts (which are
  /external/skqp/src/gpu/text/
GrTextUtils.h 82 // when drawing grayscale/lcd glyph masks and not when drawing color glyphs.
131 // Functions for drawing large text either as paths or (for color emoji) as scaled glyphs
  /external/skqp/tests/
TextBlobCacheTest.cpp 84 paint.setTextSize(48); // draw big glyphs to really stress the atlas
115 memcpy(run.glyphs, text.get(), maxTotalText * sizeof(uint16_t));
  /frameworks/base/libs/hwui/
RecordedOp.h 361 TextOp(BASE_PARAMS, const glyph_t* glyphs, const float* positions, int glyphCount, float x,
364 , glyphs(glyphs)
369 const glyph_t* glyphs; member in struct:android::uirenderer::TextOp
379 const glyph_t* glyphs, int glyphCount, const SkPath* path, float hOffset,
382 , glyphs(glyphs)
387 const glyph_t* glyphs; member in struct:android::uirenderer::TextOnPathOp
  /external/mesa3d/src/gallium/auxiliary/hud/
font.h 40 /* The font is stored in a RECT texture. There are 256 glyphs
  /external/skia/tools/fonts/
SkTestScalerContext.h 70 uint16_t glyphs[], int glyphCount) const override;
  /external/skqp/tools/
SkTestScalerContext.h 70 uint16_t glyphs[], int glyphCount) const override;
  /frameworks/base/libs/hwui/tests/common/scenes/
ListOfFadedTextAnimation.cpp 27 "as they are recycled, so won't upload much content (either glyphs, or bitmaps).",

Completed in 1416 milliseconds

1 2 3 4 56 7 8 91011>>