HomeSort by relevance Sort by last modified time
    Searched refs:MeasureText (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 216 void MeasureText(
230 void MeasureText(
347 void MeasureText(
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...]
  /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/skia/src/core/
SkFindAndPlaceGlyph.h 443 static SkPoint MeasureText(
583 SkVector stop = MeasureText(glyphFinder, text, byteLength);
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 443 static SkPoint MeasureText(
583 SkVector stop = MeasureText(glyphFinder, text, byteLength);

Completed in 114 milliseconds