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

1 2

  /external/pdfium/xfa/fwl/
ifwl_themeprovider.h 25 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
cfwl_monthcalendar.cpp 254 pTheme->DrawText(&textParam);
323 pTheme->DrawText(&params);
346 pTheme->DrawText(&params);
371 pTheme->DrawText(&params);
386 pTheme->DrawText(&params);
cfwl_checkbox.cpp 104 pTheme->DrawText(&textParam);
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.h 23 void DrawText(CFWL_ThemeText* pParams) override;
cfwl_monthcalendartp.h 23 void DrawText(CFWL_ThemeText* pParams) override;
cfwl_widgettp.h 39 virtual void DrawText(CFWL_ThemeText* pParams);
cfwl_checkboxtp.cpp 56 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) {
63 CFWL_WidgetTP::DrawText(pParams);
cfwl_monthcalendartp.cpp 88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) {
102 CFWL_WidgetTP::DrawText(pParams);
cfwl_widgettp.cpp 40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) {
  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.h 34 void DrawText(CFWL_ThemeText* pParams) override;
cxfa_fwltheme.cpp 86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 70 bool DrawText(int nChars,
fx_win32_print.cpp 491 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pObject2Device,
  /external/skia/src/core/
SkRecords.h 29 // DrawText to DrawTextA or DrawTextW, but SkRecord has a struct
30 // called DrawText. Since this file does not use GDI, undefing
31 // DrawText makes things less confusing.
32 #ifdef DrawText
33 #undef DrawText
76 M(DrawText) \
311 RECORD(DrawText, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 57 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
343 struct DrawText final : Op {
344 static const auto kType = Type::DrawText;
345 DrawText(size_t bytes, SkScalar x, SkScalar y, const SkPaint& paint)
351 c->drawText(pod<void>(this), bytes, x,y, paint);
638 void SkLiteDL::drawText(const void* text, size_t bytes,
640 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint);
SkRecordDraw.cpp 123 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint));
396 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; }
SkRecorder.cpp 252 APPEND(DrawText,
  /external/skqp/src/core/
SkRecords.h 29 // DrawText to DrawTextA or DrawTextW, but SkRecord has a struct
30 // called DrawText. Since this file does not use GDI, undefing
31 // DrawText makes things less confusing.
32 #ifdef DrawText
33 #undef DrawText
76 M(DrawText) \
311 RECORD(DrawText, kDraw_Tag|kHasText_Tag|kHasPaint_Tag,
SkLiteDL.cpp 57 M(DrawText) M(DrawPosText) M(DrawPosTextH) \
343 struct DrawText final : Op {
344 static const auto kType = Type::DrawText;
345 DrawText(size_t bytes, SkScalar x, SkScalar y, const SkPaint& paint)
351 c->drawText(pod<void>(this), bytes, x,y, paint);
638 void SkLiteDL::drawText(const void* text, size_t bytes,
640 void* pod = this->push<DrawText>(bytes, bytes, x, y, paint);
SkRecordDraw.cpp 123 DRAW(DrawText, drawText(r.text, r.byteLength, r.x, r.y, r.paint));
396 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; }
SkRecorder.cpp 252 APPEND(DrawText,
  /external/skia/tests/
DrawTextTest.cpp 61 DEF_TEST(DrawText, reporter) {
97 // Test: drawText and drawPosText draw the same.
99 drawTextCanvas.drawText(c, 1, point.fX, point.fY, paint);
  /external/skqp/tests/
DrawTextTest.cpp 61 DEF_TEST(DrawText, reporter) {
97 // Test: drawText and drawPosText draw the same.
99 drawTextCanvas.drawText(c, 1, point.fX, point.fY, paint);
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]

Completed in 1415 milliseconds

1 2