Searched refs:FillRect (Results 26 - 50 of 110) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/views/
H A Ddetachable_toolbar_view.cc32 canvas->FillRect(bounds,
75 canvas->FillRect(gfx::Rect(0, y, view->width(), thickness), color);
/external/chromium_org/third_party/skia/src/core/
H A DSkScan.h34 static void FillRect(const SkRect&, const SkRasterClip&, SkBlitter*);
59 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
H A DSkScan_Hairline.cpp356 SkScan::FillRect(outer, clip, blitter);
361 SkScan::FillRect(tmp, clip, blitter);
364 SkScan::FillRect(tmp, clip, blitter);
367 SkScan::FillRect(tmp, clip, blitter);
370 SkScan::FillRect(tmp, clip, blitter);
/external/skia/src/core/
H A DSkScan.h34 static void FillRect(const SkRect&, const SkRasterClip&, SkBlitter*);
59 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
H A DSkScan_Hairline.cpp356 SkScan::FillRect(outer, clip, blitter);
361 SkScan::FillRect(tmp, clip, blitter);
364 SkScan::FillRect(tmp, clip, blitter);
367 SkScan::FillRect(tmp, clip, blitter);
370 SkScan::FillRect(tmp, clip, blitter);
/external/chromium_org/ash/shell/
H A Dtoplevel_window.cc62 canvas->FillRect(GetLocalBounds(), SK_ColorDKGRAY);
H A Dlock_view.cc45 canvas->FillRect(GetLocalBounds(), SK_ColorYELLOW);
H A Dwindow_type_launcher.cc77 canvas->FillRect(GetLocalBounds(), color_);
149 canvas->FillRect(GetLocalBounds(), color_);
278 canvas->FillRect(GetLocalBounds(), SK_ColorWHITE);
H A Dwidgets.cc101 canvas->FillRect(GetLocalBounds(), SK_ColorWHITE);
/external/chromium_org/pdf/
H A Ddraw_utils.h53 void FillRect(pp::ImageData* image, const pp::Rect& rc, uint32 color);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.h74 static void FillRect(const v8::FunctionCallbackInfo<Value>& args);
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc217 canvas->FillRect(content_rect, kSelectedColor);
219 canvas->FillRect(content_rect, kHighlightedColor);
221 canvas->FillRect(content_rect, kContentsBackgroundColor);
224 canvas->FillRect(border_bottom, kResultBorderColor);
H A Dpulsing_block_view.cc95 canvas->FillRect(rect, kBlockColor);
H A Dsearch_result_actions_view.cc95 canvas->FillRect(active_action_bounds, kActiveActionBackground);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h69 FillRect(bounds, B_SOLID_HIGH);
/external/skia/experimental/SkV8Example/
H A DBaseContext.h74 static void FillRect(const v8::FunctionCallbackInfo<Value>& args);
/external/chromium_org/chrome/browser/thumbnails/
H A Dsimple_thumbnail_crop_unittest.cc35 canvas.FillRect(gfx::Rect(kSize), SK_ColorBLACK);
48 canvas.FillRect(gfx::Rect(kSize), SK_ColorBLACK);
50 canvas.FillRect(gfx::Rect(0, 0, kSize.width() / 2, kSize.height()),
/external/chromium_org/ash/display/
H A Dshared_display_edge_indicator.cc39 canvas->FillRect(gfx::Rect(bounds().size()), color_);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc552 canvas->FillRect(
581 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
622 canvas->FillRect(
633 canvas->FillRect(gfx::Rect(0, caption_button_container_->bounds().bottom(),
H A Dglass_browser_frame_view.cc394 canvas->FillRect(
440 canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness,
444 canvas->FillRect(gfx::Rect(client_area_bounds.x(), client_area_bottom,
447 canvas->FillRect(gfx::Rect(client_area_bounds.right(), client_area_top,
/external/chromium_org/ui/views/color_chooser/
H A Dcolor_chooser_view.cc179 canvas->FillRect(gfx::Rect(kHueIndicatorSize, 0,
188 canvas->FillRect(gfx::Rect(base_left, y + kBorderWidth, kHueBarWidth, 1),
321 canvas->FillRect(
326 canvas->FillRect(
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc136 canvas->FillRect(GetLocalBounds(), SK_ColorBLACK);
189 canvas->FillRect(GetLocalBounds(), SK_ColorBLACK);
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc44 void FillRect(pp::ImageData* image, function in namespace:__anon10060
57 void FillRect(pp::ImageData* image, const pp::Rect& rect, uint32_t color) { function in namespace:__anon10060
58 FillRect(image, rect.x(), rect.y(), rect.width(), rect.height(), color);
143 FillRect(image, clip, kTextfieldBgColor);
153 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
177 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
194 FillRect(image,
205 FillRect(image,
/external/chromium_org/ui/gfx/
H A Dcanvas.h225 void FillRect(const Rect& rect, SkColor color);
228 void FillRect(const Rect& rect, SkColor color, SkXfermode::Mode mode);
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc89 canvas->FillRect(GetLocalBounds(), kChildColor);

Completed in 3676 milliseconds

12345