OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawRect
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/printing/
printed_document_win.cc
28
void
DrawRect
(HDC context, gfx::Rect rect) {
/external/chromium_org/gpu/command_buffer/tests/
occlusion_query_unittests.cc
27
void
DrawRect
(float x, float z, float scale, float* color);
58
void OcclusionQueryTest::
DrawRect
(float x, float z, float scale, float* color) {
115
DrawRect
(0, 0.0f, 0.50f, red);
119
DrawRect
(-0.125f, 0.1f, 0.25f, blue);
132
DrawRect
(1, 0.0f, 0.50f, red);
135
DrawRect
(-0.125f, 0.1f, 0.25f, blue);
/external/chromium_org/ui/gfx/
canvas.cc
203
DrawRect
(Rect(rect.x(), rect.y(), rect.width(), 1), paint);
204
DrawRect
(Rect(rect.x(), rect.y() + rect.height() - 1, rect.width(), 1),
206
DrawRect
(Rect(rect.x(), rect.y(), 1, rect.height()), paint);
207
DrawRect
(Rect(rect.x() + rect.width() - 1, rect.y(), 1, rect.height()),
271
DrawRect
(rect, paint);
274
void Canvas::
DrawRect
(const Rect& rect, SkColor color) {
275
DrawRect
(rect, color, SkXfermode::kSrcOver_Mode);
278
void Canvas::
DrawRect
(const Rect& rect,
290
DrawRect
(rect, paint);
293
void Canvas::
DrawRect
(const Rect& rect, const SkPaint& paint)
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
[
all
...]
Completed in 56 milliseconds