OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MeasureText
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
MeasureText.java
24
public class
MeasureText
extends GraphicsActivity {
75
float w = mPaint.
measureText
(text, 0, text.length());
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp
703
@fn
MeasureText
710
void CPVRTPrint3D::
MeasureText
(
771
void CPVRTPrint3D::
MeasureText
(
779
MeasureText
(pfWidth,pfHeight,fScale,m_CachedUTF32);
783
@fn
MeasureText
789
void CPVRTPrint3D::
MeasureText
(
810
MeasureText
(pfWidth,pfHeight,fScale,m_CachedUTF32);
[
all
...]
/external/skia/src/core/
SkFindAndPlaceGlyph.h
568
static SkPoint
MeasureText
(LookupGlyph& glyphFinder, const char text[], size_t byteLength) {
705
SkVector stop =
MeasureText
(glyphFinder, text, byteLength);
Completed in 86 milliseconds