Searched defs:measureText (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h677 methods like measureText() and getTextWidths().
760 SkScalar measureText(const void* text, size_t length,
768 SkScalar measureText(const void* text, size_t length) const { function in class:SkPaint
769 return this->measureText(text, length, NULL, 0);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1815 PassRefPtr<TextMetrics> CanvasRenderingContext2D::measureText(const String& text) function in class:WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h585 float (*measureText)(ANPPaint*, const void* text, uint32_t byteLength, member in struct:ANPPaintInterfaceV0

Completed in 119 milliseconds