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

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 80 void DrawText(SkCanvas* canvas,
87 void DrawText(SkCanvas* canvas,
heads_up_display_layer_impl.cc 283 void HeadsUpDisplayLayerImpl::DrawText(SkCanvas* canvas,
296 canvas->drawText(text.c_str(), text.length(), x, y, *paint);
301 void HeadsUpDisplayLayerImpl::DrawText(SkCanvas* canvas,
307 DrawText(canvas, paint, text, align, size, pos.x(), pos.y());
389 DrawText(canvas,
396 DrawText(canvas,
510 DrawText(canvas,
521 DrawText(canvas, &paint, text, SkPaint::kRight_Align, kFontHeight, stat1_pos);
531 DrawText(canvas, &paint, text, SkPaint::kRight_Align, kFontHeight, stat2_pos);
574 DrawText(canvas
    [all...]
  /external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp 62 DEF_TEST(DrawText, reporter) {
94 // Test: drawText and drawPosText draw the same.
96 drawTextCanvas.drawText("A", 1, point.fX, point.fY, paint);
CanvasTest.cpp 354 SIMPLE_TEST_STEP(DrawText, drawText(kTestText.c_str(), kTestText.size(),
    [all...]
  /external/openssl/apps/
winrand.c 128 DrawText(hdc, "Seeding the PRNG. Please move the mouse!", -1,
  /external/chromium_org/third_party/skia/src/core/
SkRecords.h 56 M(DrawText) \
256 RECORD5(DrawText, SkPaint, paint,
SkRecordDraw.cpp 107 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint));
336 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; }
SkRecorder.cpp 164 APPEND(DrawText,
  /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/pdf/
instance.h 307 void DrawText(const pp::Point& top_center, PP_ResourceString id);
instance.cc 847 DrawText(top_center, PP_RESOURCESTRING_PDFLOAD_FAILED);
    [all...]
  /external/chromium_org/skia/ext/
pixel_ref_utils_unittest.cc 555 TEST(PixelRefUtilsTest, DrawText) {
578 canvas->drawText("text", 4, 50, 50, first_paint);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 51 ::DrawText(dc, text, -1, &text_rc, DT_CALCRECT | DT_SINGLELINE);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 303 static SkPdfResult DrawText(SkPdfContext* pdfContext,
314 "DrawText",
347 skfont->drawText(decoded, &paint, pdfContext, canvas);
    [all...]
  /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 4386 milliseconds