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

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 76 void DrawText(SkCanvas* canvas,
83 void DrawText(SkCanvas* canvas,
heads_up_display_layer_impl.cc 249 void HeadsUpDisplayLayerImpl::DrawText(SkCanvas* canvas,
262 canvas->drawText(text.c_str(), text.length(), x, y, *paint);
267 void HeadsUpDisplayLayerImpl::DrawText(SkCanvas* canvas,
273 DrawText(canvas, paint, text, align, size, pos.x(), pos.y());
355 DrawText(canvas,
362 DrawText(canvas,
476 DrawText(canvas,
487 DrawText(canvas, &paint, text, SkPaint::kRight_Align, kFontHeight, stat1_pos);
497 DrawText(canvas, &paint, text, SkPaint::kRight_Align, kFontHeight, stat2_pos);
540 DrawText(canvas
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
  /external/openssl/apps/
winrand.c 128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
  /external/skia/tests/
DrawTextTest.cpp 64 DEF_TEST(DrawText, reporter) {
96 // Test: drawText and drawPosText draw the same.
98 drawTextCanvas.drawText("A", 1, point.fX, point.fY, paint);
CanvasTest.cpp 322 SIMPLE_TEST_STEP(DrawText, drawText(kTestText.c_str(), kTestText.size(),
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
280 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
288 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
318 dc.DrawText(str(num[j]), k, self.iScaleTop+8)
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 101 if (!DrawText(dc, text.c_str(), -1, &rect, DT_CALCRECT | DT_SINGLELINE))
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 49 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE);
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils_unittest.cc 624 TEST(LazyPixelRefUtilsTest, DrawText) {
647 canvas->drawText("text", 4, 50, 50, first_paint);
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 160 milliseconds