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

12 3

  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 514 int numGlyphs,
541 shaping.m_glyphs.resize(numGlyphs);
542 shaping.m_visualAttributes.resize(numGlyphs);
567 numGlyphs, &run.a,
576 numGlyphs *= 2;
688 int numGlyphs;
693 numGlyphs = UNISCRIBE_HELPER_STACK_CHARS;
700 numGlyphs = itemLength * 3 / 2 + 16;
706 if (!shape(&m_input[startItem], itemLength, numGlyphs, m_runs[i], shaping))
    [all...]
UniscribeHelper.h 361 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
  /external/harfbuzz/src/
harfbuzz-shaper.h 242 HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft);
243 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 211 HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft);
212 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/);
  /external/icu4c/test/letest/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 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/harfbuzz_ng/src/
hb-old.cc 84 hb_uint32 *numGlyphs,
103 *numGlyphs = length; /* XXX */
111 hb_uint32 numGlyphs,
117 for (unsigned int i = 0; i < numGlyphs; i++)
  /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 )
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 663 unsigned int numGlyphs;
664 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(buffer, &numGlyphs);
666 ALOGD(" -- glyphs count=%d", numGlyphs);
667 for (size_t i = 0; i < numGlyphs; i++) {
735 unsigned int numGlyphs;
736 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(mBuffer, &numGlyphs);
742 ALOGD(" -- num_glyph = %d", numGlyphs);
749 for (size_t i = 0; i < numGlyphs; i++) {
815 unsigned int numGlyphs;
816 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(mBuffer, &numGlyphs);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 129 size_t numGlyphs = paint.textToGlyphs(text, len, NULL);
130 storage->reset(numGlyphs);
133 return numGlyphs;
138 size_t numGlyphs = len / 2;
144 for (validated = 0; validated < numGlyphs; ++validated) {
149 if (validated >= numGlyphs) {
151 return numGlyphs;
155 storage->reset(numGlyphs);
160 for (size_t i = validated; i < numGlyphs; ++i) {
167 return numGlyphs;
    [all...]
SkPDFFont.cpp 596 void SkPDFGlyphSet::set(const uint16_t* glyphIDs, int numGlyphs) {
597 for (int i = 0; i < numGlyphs; ++i) {
661 int numGlyphs) {
664 subset->set(glyphIDs, numGlyphs);
736 size_t numGlyphs) {
739 return numGlyphs;
742 for (size_t i = 0; i < numGlyphs; i++) {
752 return numGlyphs;
    [all...]
  /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...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 506 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) {
525 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions);
551 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
585 void FontRenderer::precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix) {
587 font->precache(paint, text, numGlyphs);
595 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y,
603 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions);
613 uint32_t startIndex, uint32_t len, int numGlyphs, SkPath* path,
621 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
TextDropShadowCache.h 137 int numGlyphs, float radius, const float* positions);
TextDropShadowCache.cpp 171 int numGlyphs, float radius, const float* positions) {
179 len, numGlyphs, radius, positions);
  /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/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /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/legacy/src/ports/
SkFontHost_mac_atsui.cpp 180 uint16_t numGlyphs;
183 4, 2, &numGlyphs) != 2) {
186 return SkEndian_SwapBE16(numGlyphs);
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 180 uint16_t numGlyphs;
183 4, 2, &numGlyphs) != 2) {
186 return SkEndian_SwapBE16(numGlyphs);

Completed in 458 milliseconds

12 3