HomeSort by relevance Sort by last modified time
    Searched refs:glyphs (Results 51 - 75 of 75) sorted by null

1 23

  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.h 155 extern void (*wkClearGlyphVector)(void* glyphs);
156 extern OSStatus (*wkConvertCharToGlyphs)(void* styleGroup, const UniChar*, unsigned numCharacters, void* glyphs);
165 extern OSStatus (*wkInitializeGlyphVector)(int count, void* glyphs);
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 166 // We put slop into this rect, since glyphs can overflow the ascent/descent bounds and the left/right edges.
167 // FIXME: Can get glyphs' optical bounds (even from CG) to get this right.
195 // Uniscribe gives us offsets to help refine the positioning of combining glyphs.
217 ExtTextOut(hdc, 0, 0, ETO_GLYPH_INDEX, 0, reinterpret_cast<const WCHAR*>(glyphBuffer.glyphs(from)), numGlyphs, gdiAdvances.data());
223 ExtTextOut(hdc, 0, 0, ETO_GLYPH_INDEX, 0, reinterpret_cast<const WCHAR*>(glyphBuffer.glyphs(from)), numGlyphs, gdiAdvances.data());
349 // Uniscribe gives us offsets to help refine the positioning of combining glyphs.
368 CGContextShowGlyphsWithAdvances(cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs);
371 CGContextShowGlyphsWithAdvances(cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs);
377 CGContextShowGlyphsWithAdvances(cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs);
380 CGContextShowGlyphsWithAdvances(cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs)
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 139 OSStatus WKConvertCharToGlyphs(void *styleGroup, const UniChar *characters, unsigned numCharacters, WKGlyphVectorRef glyphs);
142 OSStatus WKInitializeGlyphVector(int count, WKGlyphVectorRef glyphs);
143 void WKClearGlyphVector(WKGlyphVectorRef glyphs);
  /external/chromium/third_party/icu/source/test/letest/
sfnt.h 230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
FontObject.h 193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
  /external/icu4c/samples/layout/
paragraph.cpp 241 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
sfnt.h 129 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
pflow.c 341 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); local
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
GDIFontInstance.cpp 53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions,
68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
  /external/icu4c/test/letest/
sfnt.h 230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
FontObject.h 193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
  /external/webkit/WebCore/svg/
SVGFontElement.cpp 243 void SVGFontElement::getGlyphIdentifiersForString(const String& string, Vector<SVGGlyphIdentifier>& glyphs) const
246 m_glyphMap.get(string, glyphs);
SVGFont.cpp 275 Vector<SVGGlyphIdentifier> glyphs; local
277 glyphs.append(altGlyphIdentifier);
279 m_fontElement->getGlyphIdentifiersForString(lookupString, glyphs);
281 Vector<SVGGlyphIdentifier>::iterator it = glyphs.begin();
282 Vector<SVGGlyphIdentifier>::iterator end = glyphs.end();
407 // TODO: language matching & svg glyphs should be possible for HTML text, too.
496 // TODO: language matching & svg glyphs should be possible for HTML text, too.
  /external/icu4c/layout/
LayoutEngine.cpp 170 // Copy the glyphs into caller's (32-bit) glyph array, OR in extraBits
171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
178 fGlyphStorage->getGlyphs(glyphs, success);
324 // Input: glyphs
479 // Output: glyphs, positions, char indices
480 // Returns: number of glyphs
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 54 // and blank glyphs. Just because ScriptShape succeeds does not mean
56 // with default/invalid/blank glyphs. Therefore, we need to check if the glyph
57 // array returned by ScriptShape contains any of those glyphs to make
59 static bool containsMissingGlyphs(WORD *glyphs,
64 if (glyphs[i] == properties->wgDefault
65 || (glyphs[i] == properties->wgInvalid
66 && glyphs[i] != properties->wgBlank))
158 // Count the total number of glyphs we have so we know how big to make the
168 // We make one big buffer in screen order of all the glyphs we are drawing
170 // all glyphs
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.h 42 // ComplexTextController is responsible for rendering and measuring glyphs for
51 // Advance and emit glyphs up to the specified character.
92 const CGGlyph* glyphs() const { return m_glyphs; } function in class:WebCore::ComplexTextController::ComplexTextRun
ComplexTextController.cpp 428 const CGGlyph* glyphs = complexTextRun.glyphs(); local
459 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
478 // Second, in fixed-pitch fonts we ensure that all glyphs that
  /external/skia/include/core/
SkPaint.h 79 subpixel glyphs, in which case TARGET_LCD or
681 SkScalar fXMin; //!< The minimum bounding box x value for all glyphs
682 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs
705 glyphs ID written. If glyphs is NULL, it is ignore and only the count
709 uint16_t glyphs[]) const;
720 /** Convert the glyph array into Unichars. Unconvertable glyphs are mapped
724 void glyphsToUnichars(const uint16_t glyphs[], int count,
793 the glyphs. If not NULL, must be at least a large
    [all...]
  /external/skia/src/core/
SkPaint.cpp 326 uint16_t glyphs[]) const {
333 if (NULL == glyphs) {
348 // if we get here, we have a valid glyphs[] array, so time to fill it in
353 memcpy(glyphs, textData, byteLength >> 1 << 1);
362 uint16_t* gptr = glyphs;
381 return gptr - glyphs;
434 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count,
440 SkASSERT(glyphs != NULL);
447 textData[index] = cache->glyphToUnichar(glyphs[index]);
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 136 const uint16_t* glyphs = (const uint16_t*)text; local
140 paint.glyphsToUnichars(glyphs, count, uni);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 551 milliseconds

1 23