Searched defs:glyphs (Results 1 - 25 of 131) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBufferTest.cpp18 // Font has no glyphs, but that's okay.
59 const Glyph* glyphs = glyphBuffer.glyphs(0); local
60 EXPECT_EQ(42, glyphs[0]);
61 EXPECT_EQ(43, glyphs[1]);
62 EXPECT_EQ(44, glyphs[2]);
119 const Glyph* glyphs = glyphBuffer.glyphs(1); local
120 EXPECT_EQ(43, glyphs[0]);
121 EXPECT_EQ(44, glyphs[
[all...]
H A DGlyphBuffer.h59 const Glyph* glyphs(unsigned from) const { return m_glyphs.data() + from; } function in class:blink::GlyphBuffer
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dtest-would-substitute.cc100 hb_codepoint_t glyphs[2]; local
101 if (!hb_font_glyph_from_string (font, argv[3], -1, &glyphs[0]) ||
103 !hb_font_glyph_from_string (font, argv[4], -1, &glyphs[1])))
105 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);
/external/chromium_org/third_party/icu/source/samples/layout/
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
28 glyphs, count, (INT *) dx);
H A Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, argument
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.h38 LEGlyphID *glyphs; member in struct:TestResult
/external/chromium_org/third_party/skia/tests/
H A DFontMgrTest.cpp25 uint16_t glyphs[5]; local
26 sk_bzero(glyphs, sizeof(glyphs));
28 int count = font->textToGlyphs("Hello", 5, kUTF8_SkTextEncoding, glyphs, SK_ARRAY_COUNT(glyphs));
32 REPORTER_ASSERT(reporter, 0 != glyphs[i]);
34 REPORTER_ASSERT(reporter, glyphs[0] != glyphs[1]); // 'h' != 'e'
35 REPORTER_ASSERT(reporter, glyphs[2] == glyphs[
[all...]
/external/harfbuzz_ng/src/
H A Dtest-would-substitute.cc100 hb_codepoint_t glyphs[2]; local
101 if (!hb_font_glyph_from_string (font, argv[3], -1, &glyphs[0]) ||
103 !hb_font_glyph_from_string (font, argv[4], -1, &glyphs[1])))
105 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);
/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh51 cairo_glyph_t *glyphs; member in struct:helper_cairo_line_t
60 if (glyphs)
61 cairo_glyph_free (glyphs);
69 *x_advance = glyphs[num_glyphs].x;
70 *y_advance = glyphs[num_glyphs].y;
H A Dhb-ot-shape-closure.cc58 glyphs = hb_set_create ();
68 hb_set_clear (glyphs);
69 shaper.shape_closure (text, text_len, font, buffer, glyphs);
71 if (hb_set_is_empty (glyphs))
76 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);)
96 hb_set_destroy (glyphs);
97 glyphs = NULL;
106 hb_set_t *glyphs; member in struct:shape_closure_consumer_t
/external/icu/icu4c/source/samples/layout/
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
28 glyphs, count, (INT *) dx);
H A Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, argument
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
/external/icu/icu4c/source/test/letest/
H A Dletest.h38 LEGlyphID *glyphs; member in struct:TestResult
/external/skia/tests/
H A DFontMgrTest.cpp25 uint16_t glyphs[5]; local
26 sk_bzero(glyphs, sizeof(glyphs));
28 int count = font->textToGlyphs("Hello", 5, kUTF8_SkTextEncoding, glyphs, SK_ARRAY_COUNT(glyphs));
32 REPORTER_ASSERT(reporter, 0 != glyphs[i]);
34 REPORTER_ASSERT(reporter, glyphs[0] != glyphs[1]); // 'h' != 'e'
35 REPORTER_ASSERT(reporter, glyphs[2] == glyphs[
[all...]
/external/icu/icu4c/source/layout/
H A DLEInsertionList.cpp20 LEGlyphID glyphs[ANY_NUMBER]; member in struct:InsertionRecord
82 return insertion->glyphs;
88 if (callback->applyInsertion(rec->position, rec->count, rec->glyphs)) {
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dleperf.cpp37 LEGlyphID *glyphs = NULL; local
43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10);
46 engine->getGlyphs(glyphs, status);
50 delete glyphs;
112 u_printf("leperf: glyphs=%d\n", p.glyphCount);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc40 void Subsetter::SetGlyphs(IntegerList* glyphs) { argument
41 new_to_old_glyphs_ = *glyphs;
/external/chromium_org/third_party/skia/bench/
H A DCmapBench.cpp35 uint16_t glyphs[NGLYPHS]; local
39 paint.textToGlyphs(text, len, glyphs);
46 uint16_t glyphs[NGLYPHS]; local
51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
/external/chromium_org/third_party/skia/include/core/
H A DSkTextBlob.h66 const uint16_t* glyphs() const;
113 * Returns an immutable SkTextBlob for the current runs/glyphs. The builder is reset and
121 * A run is a sequence of glyphs sharing the same font metrics and positioning mode.
124 uint16_t* glyphs; member in struct:SkTextBlobBuilder::RunBuffer
133 * @param count Number of glyphs.
139 * build() call. The buffer is guaranteed to hold @count@ glyphs.
149 * @param count Number of glyphs.
165 * @param count Number of glyphs.
/external/chromium_org/third_party/skia/src/core/
H A DSkFont.cpp62 uint16_t glyphs[], int maxGlyphCount) const {
85 if (NULL == glyphs) {
104 memcpy(glyphs, text, count << 1);
108 (void)fTypeface->charsToGlyphs(text, typeface_encoding, glyphs, count);
61 textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, uint16_t glyphs[], int maxGlyphCount) const argument
/external/chromium_org/ui/gfx/
H A Drender_text_mac.h56 std::vector<uint16> glyphs; member in struct:gfx::RenderTextMac::TextRun
/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp37 LEGlyphID *glyphs = NULL; local
43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10);
46 engine->getGlyphs(glyphs, status);
50 delete glyphs;
112 u_printf("leperf: glyphs=%d\n", p.glyphCount);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc40 void Subsetter::SetGlyphs(IntegerList* glyphs) { argument
41 new_to_old_glyphs_ = *glyphs;
/external/skia/bench/
H A DCmapBench.cpp35 uint16_t glyphs[NGLYPHS]; local
39 paint.textToGlyphs(text, len, glyphs);
46 uint16_t glyphs[NGLYPHS]; local
51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
/external/skia/src/core/
H A DSkFont.cpp62 uint16_t glyphs[], int maxGlyphCount) const {
85 if (NULL == glyphs) {
104 memcpy(glyphs, text, count << 1);
108 (void)fTypeface->charsToGlyphs(text, typeface_encoding, glyphs, count);
61 textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, uint16_t glyphs[], int maxGlyphCount) const argument

Completed in 6654 milliseconds

123456