Searched refs:glyphs (Results 151 - 175 of 207) sorted by relevance

123456789

/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h111 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
H A DSkFontHost_FreeType.cpp127 // Setup LCD filtering. This reduces color fringes for LCD smoothed glyphs.
698 // Postscript fonts may contain more than 255 glyphs, so we end up
789 bool SkTypeface_FreeType::onGetKerningPairAdjustments(const uint16_t glyphs[], argument
799 FT_Error err = FT_Get_Kerning(face, glyphs[i], glyphs[i+1],
1027 SkDEBUGF(("no glyphs for font \"%s\" size %f?\n",
1558 uint16_t glyphs[], int glyphCount) const {
1562 if (glyphs) {
1563 sk_bzero(glyphs, glyphCount * sizeof(glyphs[
1557 onCharsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[], int glyphCount) const argument
[all...]
/external/icu/icu4c/source/layout/
H A DLayoutEngine.cpp176 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const argument
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
182 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const argument
184 fGlyphStorage->getGlyphs(glyphs, success);
330 // Input: glyphs
485 // Output: glyphs, positions, char indices
486 // Returns: number of glyphs
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h129 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
H A Dpflow.c341 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); local
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
/external/icu/icu4c/source/test/letest/
H A DFontObject.h193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/external/skia/src/ports/
H A DSkTypeface_win_dw.h105 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
H A DSkFontHost_FreeType.cpp127 // Setup LCD filtering. This reduces color fringes for LCD smoothed glyphs.
699 // Postscript fonts may contain more than 255 glyphs, so we end up
790 bool SkTypeface_FreeType::onGetKerningPairAdjustments(const uint16_t glyphs[], argument
800 FT_Error err = FT_Get_Kerning(face, glyphs[i], glyphs[i+1],
1028 SkDEBUGF(("no glyphs for font \"%s\" size %f?\n",
1607 uint16_t glyphs[], int glyphCount) const {
1611 if (glyphs) {
1612 sk_bzero(glyphs, glyphCount * sizeof(glyphs[
1606 onCharsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[], int glyphCount) const argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gdef-table.hh340 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const
341 { (this+glyphClassDef).add_class (glyphs, klass); }
409 attachList; /* Offset to list of glyphs with
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dpflow.c341 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); local
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
H A DGDIFontInstance.cpp53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, argument
68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp197 uint16_t glyphs[], int glyphCount) const {
198 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
196 onCharsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[], int glyphCount) const argument
H A DSkTestScalerContext.cpp169 uint16_t glyphs[], int glyphCount) const {
173 glyphs[index] = fTestFont->codeToIndex(ch);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh340 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const
341 { (this+glyphClassDef).add_class (glyphs, klass); }
409 attachList; /* Offset to list of glyphs with
/external/harfbuzz_ng/util/
H A Doptions.hh247 hb_set_t *glyphs)
252 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs);
245 shape_closure(const char *text, int text_len, hb_font_t *font, hb_buffer_t *buffer, hb_set_t *glyphs) argument
/external/skia/src/fonts/
H A DSkGScalerContext.cpp199 uint16_t glyphs[], int glyphCount) const {
200 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
198 onCharsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[], int glyphCount) const argument
/external/chromium_org/third_party/ots/src/
H A Dcff.cc475 size_t glyphs = 0; local
639 if (glyphs) {
642 glyphs = charstring_index->count;
695 for (size_t j = 0; j < glyphs; ++j) {
839 for (unsigned j = 1 /* .notdef is omitted */; j < glyphs; ++j) {
854 while (total < glyphs) {
/external/chromium_org/ui/gfx/
H A Drender_text_win.cc38 // The maximum number of glyphs per run; ScriptShape fails on larger values.
851 // |pos| contains the positions of glyphs. An extra terminal |pos| entry
888 renderer.DrawPosText(&start_pos, &run->glyphs[colored_glyphs.start()],
1020 run->glyphs.get(),
1079 // If |hr| is S_OK, there could still be missing glyphs in the output.
1082 // Track the font that produced the least missing glyphs.
1092 // Use the font if it had glyphs for all characters.
1112 // If there are missing glyphs, first try finding a fallback font using a
1135 // If no font was able to partially display the run, replace all glyphs
1160 // Finally, initialize |glyph_count|, |glyphs|, |visible_attribute
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp464 // When there are multiple glyphs per character we need to advance by the full width of the glyph.
505 const CGGlyph* glyphs = complexTextRun.glyphs();
536 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp511 void OpenTypeVerticalData::getVerticalTranslationsForGlyphs(const SimpleFontData* font, const Glyph* glyphs, size_t count, float* outXYArray) const argument
521 for (float* end = &(outXYArray[count * 2]); outXYArray != end; ++glyphs, outXYArray += 2) {
522 Glyph glyph = *glyphs;
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1955 SkTScopedComPtr<IXpsOMGlyphs> glyphs; local
1956 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");
1957 HRM(glyphs->SetFontFaceIndex(font->ttcIndex), "Could not set glyph font face index.");
1970 HRM(glyphs->SetTransformLocal(xpsMatrixToUse.get()),
1974 SkDEBUGFAIL("Attempt to add glyphs in perspective.");
1980 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
1989 "Could not set glyphs.");
2000 HRM(glyphs->SetFillBrushLocal(xpsFillBrush.get()),
2003 HRM(glyphs
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2109 SkTScopedComPtr<IXpsOMGlyphs> glyphs; local
2110 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");
2111 HRM(glyphs->SetFontFaceIndex(font->ttcIndex), "Could not set glyph font face index.");
2124 HRM(glyphs->SetTransformLocal(xpsMatrixToUse.get()),
2128 SkDEBUGFAIL("Attempt to add glyphs in perspective.");
2134 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
2143 "Could not set glyphs.");
2154 HRM(glyphs->SetFillBrushLocal(xpsFillBrush.get()),
2157 HRM(glyphs
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h82 subpixel glyphs, in which case TARGET_LCD or
225 * X values, and drawText will places its glyphs vertically rather than
767 SkScalar fXMin; //!< The minimum bounding box x value for all glyphs
768 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs
826 glyphs ID written. If glyphs is NULL, it is ignore and only the count
830 uint16_t glyphs[]) const;
841 /** Convert the glyph array into Unichars. Unconvertable glyphs are mapped
845 void glyphsToUnichars(const uint16_t glyphs[], int count,
920 * the glyphs
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp53 static int find_first_zero(const uint16_t glyphs[], int count) { argument
55 if (0 == glyphs[i]) {

Completed in 419 milliseconds

123456789