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

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

Completed in 27 milliseconds