HomeSort by relevance Sort by last modified time
    Searched refs:numGlyphs (Results 26 - 50 of 54) sorted by null

12 3

  /external/icu4c/test/letest/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
PortableFontInstance.cpp 347 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
  /external/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 142 unsigned numGlyphs = wkGetGlyphVectorNumGlyphs(&glyphVector);
143 if (numGlyphs != length) {
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 71 int from, int numGlyphs, const FloatPoint& point) const
80 drawTextWithSpacing(graphicsContext, font, color, glyphBuffer, from, numGlyphs, point);
  /external/freetype/src/sfnt/
ttpost.c 179 if ( num_glyphs > face->max_profile.numGlyphs )
326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
493 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
ttmtx.c 159 num_shorts = face->max_profile.numGlyphs - num_longs;
444 gindex >= (FT_UInt)face->max_profile.numGlyphs )
ttload.c 634 FT_FRAME_USHORT( numGlyphs ),
714 FT_TRACE3(( "numGlyphs: %u\n", maxProfile->numGlyphs ));
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 488 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) {
506 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions);
519 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
551 void FontRenderer::precache(SkPaint* paint, const char* text, int numGlyphs) {
567 font->precache(paint, text, numGlyphs);
571 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) {
578 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y);
585 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y,
593 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions);
600 uint32_t startIndex, uint32_t len, int numGlyphs, SkPath* path
    [all...]
TextDropShadowCache.h 133 int numGlyphs, uint32_t radius, const float* positions);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 191 const GlyphBuffer& glyphBuffer, int from, int numGlyphs,
197 if (numGlyphs == 1 && glyphBuffer.glyphAt(from) == 0x3) {
212 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs), storage2(numGlyphs), storage3(numGlyphs);
241 for (int i = 0; i < numGlyphs; i++) {
273 for (int i = 0; i < numGlyphs; i++) {
285 rotator.mapPoints(pos, numGlyphs);
288 numGlyphs * sizeof(uint16_t), pos, paint);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 361 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
  /frameworks/rs/
rsFont.h 87 uint32_t start, int32_t numGlyphs,
150 uint32_t startIndex = 0, int numGlyphs = -1,
rsFont.cpp 160 uint32_t start, int32_t numGlyphs,
163 if (!mInitialized || numGlyphs == 0 || text == NULL || len == 0) {
178 if (numGlyphs > 0) {
179 glyphsLeft = numGlyphs;
217 if (numGlyphs > 0) {
746 uint32_t startIndex, int32_t numGlyphs,
773 currentFont->renderUTF(text, len, x, y, startIndex, numGlyphs,
  /external/freetype/include/freetype/
tttables.h 475 /* numGlyphs :: The number of glyphs in this TrueType */
531 FT_UShort numGlyphs;
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 169 le_uint16 numGlyphs;
215 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
  /external/skia/src/pdf/
SkPDFDevice.cpp 802 size_t numGlyphs = paint.textToGlyphs(text, len, NULL);
804 sk_malloc_flags(numGlyphs * 2, SK_MALLOC_TEMP | SK_MALLOC_THROW));
811 SkASSERT(len / 2 == numGlyphs);
816 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
821 while (numGlyphs > consumedGlyphCount) {
826 numGlyphs - consumedGlyphCount);
852 size_t numGlyphs;
854 numGlyphs = paint.textToGlyphs(text, len, NULL);
856 numGlyphs * 2, SK_MALLOC_TEMP | SK_MALLOC_THROW));
862 numGlyphs = len / 2
    [all...]
SkPDFFont.cpp 591 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) {
592 for (int i = 0; i < numGlyphs; ++i) {
656 int numGlyphs) {
659 subset->set(glyphIDs, numGlyphs);
720 size_t numGlyphs) {
723 return numGlyphs;
726 for (size_t i = 0; i < numGlyphs; i++) {
736 return numGlyphs;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
FontWinCE.cpp 66 int from, int numGlyphs, const FloatPoint& point) const
68 graphicsContext->drawText(fontData, glyphBuffer, from, numGlyphs, point);
  /external/harfbuzz/tests/shaping/
main.cpp 65 static HB_Bool hb_stringToGlyphs(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool /*rightToLeft*/)
68 if (length > *numGlyphs)
77 *numGlyphs = glyph_pos;
82 static void hb_getAdvances(HB_Font /*font*/, const HB_Glyph * /*glyphs*/, hb_uint32 numGlyphs, HB_Fixed *advances, int /*flags*/)
84 for (hb_uint32 i = 0; i < numGlyphs; ++i)
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 180 uint16_t numGlyphs;
183 4, 2, &numGlyphs) != 2) {
186 return SkEndian_SwapBE16(numGlyphs);
SkFontHost_mac_coretext.cpp 626 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
636 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF);
688 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 60 static FloatRect approximateTextBounds(size_t numGlyphs,
63 if (!numGlyphs || !pos) {
72 for (size_t i = 1; i < numGlyphs; ++i) {
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 528 unsigned numGlyphs = data.glyphIdentifiers.size();
530 for (unsigned i = 0; i < numGlyphs; ++i) {
531 const SVGGlyphIdentifier& identifier = data.glyphIdentifiers[run.rtl() ? numGlyphs - i - 1 : i];

Completed in 3269 milliseconds

12 3