Searched defs:Paint (Results 1 - 25 of 76) sorted by last modified time

1234

/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp96 Paint();
103 Paint();
109 Paint();
117 Paint();
127 Paint();
133 Paint();
139 void Paint() { function in class:SkiaInstance
178 Paint();
185 Paint();
H A Dnacl_hello.cpp66 void Paint() { function in class:SkiaInstance
109 Paint();
116 Paint();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1063 if (bPaint) Paint();
1069 if (bPaint) Paint();
1075 if (bPaint) Paint();
1081 if (bPaint) Paint();
1087 if (bPaint) Paint();
1093 if (bPaint) Paint();
1099 if (bPaint) Paint();
1105 if (bPaint) Paint();
1111 if (bPaint) Paint();
1117 if (bPaint) Paint();
2050 void CFX_Edit::Paint() function in class:CFX_Edit
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp463 void CPWL_EditCtrl::Paint() function in class:CPWL_EditCtrl
466 m_pEdit->Paint();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp96 Paint();
103 Paint();
109 Paint();
117 Paint();
127 Paint();
133 Paint();
139 void Paint() { function in class:SkiaInstance
178 Paint();
185 Paint();
H A Dnacl_hello.cpp66 void Paint() { function in class:SkiaInstance
109 Paint();
116 Paint();
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.cpp243 const char Paint[] = "Paint"; member in namespace:blink::InstrumentationEvents
H A DInspectorTimelineAgent.cpp89 static const char Paint[] = "Paint"; member in namespace:blink::TimelineRecordType
614 pushCurrentRecord(JSONObject::create(), TimelineRecordType::Paint, true, frame, true); member in class:blink::TimelineRecordType
620 ASSERT(entry.type == TimelineRecordType::Paint);
625 didCompleteCurrentRecord(TimelineRecordType::Paint);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineModel.js58 Paint: "Paint",
H A DTracingTimelineModel.js43 Paint: "Paint",
599 case recordTypes.Paint:
/external/chromium_org/ui/app_list/views/
H A Dapp_list_background.cc41 void AppListBackground::Paint(gfx::Canvas* canvas, function in class:app_list::AppListBackground
H A Dapp_list_view.cc93 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE {
259 void AppListView::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) { function in class:app_list::AppListView
260 views::BubbleDelegateView::Paint(canvas, cull_set);
/external/chromium_org/ui/aura/
H A Dwindow.cc948 void Window::Paint(gfx::Canvas* canvas) { function in class:aura::Window
962 child->Paint(canvas);
1365 Paint(canvas);
/external/chromium_org/ui/gfx/
H A Dnine_image_painter.cc87 void NineImagePainter::Paint(Canvas* canvas, const Rect& bounds) { function in class:gfx::NineImagePainter
89 Paint(canvas, bounds, std::numeric_limits<uint8>::max());
92 void NineImagePainter::Paint(Canvas* canvas, function in class:gfx::NineImagePainter
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc326 void BoundedLabel::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) { function in class:message_center::BoundedLabel
328 label_->Paint(canvas, cull_set);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aurawin.cc57 void NativeThemeAuraWin::Paint(SkCanvas* canvas, function in class:ui::NativeThemeAuraWin
64 NativeThemeWin::instance()->Paint(canvas, part, state, rect, extra);
68 NativeThemeAura::Paint(canvas, part, state, rect, extra);
H A Dnative_theme_base.cc189 void NativeThemeBase::Paint(SkCanvas* canvas, function in class:ui::NativeThemeBase
312 // Paint the background (the area visible behind the rounded corners).
316 // Paint the button's outline and fill the middle
H A Dnative_theme_win.cc254 void NativeThemeWin::Paint(SkCanvas* canvas, function in class:ui::NativeThemeWin
1522 // Paint the status bar gripper. There doesn't seem to be a standard
/external/chromium_org/ui/views/
H A Dborder.cc23 virtual void Paint(const View& view, gfx::Canvas* canvas) OVERRIDE;
43 void SidedSolidBorder::Paint(const View& view, gfx::Canvas* canvas) { function in class:views::__anon17021::SidedSolidBorder
81 virtual void Paint(const View& view, gfx::Canvas* canvas) OVERRIDE {}
108 virtual void Paint(const View& view, gfx::Canvas* canvas) OVERRIDE {
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_border.cc43 // Paint any corresponding unfocused painter if there is no focused painter.
97 void LabelButtonBorder::Paint(const View& view, gfx::Canvas* canvas) { function in class:views::LabelButtonBorder
/external/chromium_org/ui/views/controls/
H A Dfocusable_border.cc38 void FocusableBorder::Paint(const View& view, gfx::Canvas* canvas) { function in class:views::FocusableBorder

Completed in 637 milliseconds

1234