Searched defs:FillRect (Results 1 - 22 of 22) sorted by path

/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
H A Dgamepad.cc112 void FillRect(pp::ImageData* image, function
130 FillRect(pixel_buffer_, 0, 0, width(), height(), 0xfff0f0f0);
151 FillRect(pixel_buffer_, x - 3, y - 3, 7, 7, box_bgra);
160 FillRect(pixel_buffer_, x - 3, y - 3, 7, 7, colour);
/external/chromium_org/pdf/
H A Ddraw_utils.cc202 void FillRect(pp::ImageData* image, const pp::Rect& rc, uint32 color) { function in namespace:chrome_pdf
H A Dinstance.cc800 FillRect(rect, kBackgroundColor);
837 FillRect(intersection, background_parts_[j].color);
1087 void Instance::FillRect(const pp::Rect& rect, uint32 color) { function in class:chrome_pdf::Instance
H A Dout_of_process_instance.cc631 FillRect(rect, kBackgroundColor);
669 FillRect(intersection, background_parts_[j].color);
746 void OutOfProcessInstance::FillRect(const pp::Rect& rect, uint32 color) { function in class:chrome_pdf::OutOfProcessInstance
/external/chromium_org/ppapi/examples/2d/
H A Dpaint_manager_example.cc27 static void FillRect(pp::ImageData* image, function
104 FillRect(&updated_image,
115 FillRect(&updated_image,
H A Dscroll.cc24 void FillRect(pp::ImageData* image, const pp::Rect& rect, uint32_t color) { function
78 FillRect(&updated_image, pp::Rect(updated_image.size()), 0xFF8888FF);
91 FillRect(&updated_image, pp::Rect(x, y, kSquareSize, kSquareSize),
/external/chromium_org/ppapi/examples/gamepad/
H A Dgamepad.cc24 void FillRect(pp::ImageData* image, int left, int top, int width, int height, function
105 FillRect(&image, x - 3, y - 3, 7, 7, box_bgra);
113 FillRect(&image, x - 3, y - 3, 7, 7, colour);
/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/ppapi/examples/input/
H A Dpointer_event_input.cc27 static void FillRect(pp::ImageData* image, function
122 FillRect(&updated_image,
133 FillRect(&updated_image,
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc15 void FillRect(pp::ImageData* image, int left, int top, int width, int height, function
68 FillRect(&cursor, 0, 0, 32, 32, 0x80000080);
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc30 void FillRect(uint8* buffer, function in namespace:remoting::__anon10384
316 FillRect(image_buffer, image_stride, rect, kTransparentColor);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp25 void BaseContext::FillRect(const v8::FunctionCallbackInfo<Value>& args) { function in class:BaseContext
278 ADD_METHOD("fillRect", FillRect);
/external/chromium_org/third_party/skia/src/core/
H A DSkScan.cpp56 void SkScan::FillRect(const SkRect& r, const SkRegion* clip, function in class:SkScan
96 void SkScan::FillRect(const SkRect& r, const SkRasterClip& clip, function in class:SkScan
103 FillRect(r, &clip.bwRgn(), blitter);
108 FillRect(r, &wrapper.getRgn(), wrapper.getBlitter());
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc35 static void FillRect(pp::ImageData* image, function
107 FillRect(&updated_image,
/external/chromium_org/ui/gfx/
H A Dcanvas.cc237 void Canvas::FillRect(const Rect& rect, SkColor color) { function in class:gfx::Canvas
238 FillRect(rect, color, SkXfermode::kSrcOver_Mode);
241 void Canvas::FillRect(const Rect& rect, function in class:gfx::Canvas
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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/pdfium/core/include/fxge/
H A Dfx_ge.h407 FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD color,
576 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color, function in class:IFX_RenderDeviceDriver
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp429 FX_BOOL CFX_QuartzDeviceDriver::FillRect(const FX_RECT* rect, function in class:CFX_QuartzDeviceDriver
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp189 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, blend_type)) {
271 return FillRect(&rect, color, alpha_flag, pIccTransform);
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type) function in class:CFX_RenderDevice
275 if (m_pDeviceDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform, blend_type)) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp845 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type) function in class:CGdiDeviceDriver
861 ::FillRect(m_hDC, (RECT*)pRect, hBrush);
/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp25 void BaseContext::FillRect(const v8::FunctionCallbackInfo<Value>& args) { function in class:BaseContext
278 ADD_METHOD("fillRect", FillRect);
/external/skia/src/core/
H A DSkScan.cpp56 void SkScan::FillRect(const SkRect& r, const SkRegion* clip, function in class:SkScan
96 void SkScan::FillRect(const SkRect& r, const SkRasterClip& clip, function in class:SkScan
103 FillRect(r, &clip.bwRgn(), blitter);
108 FillRect(r, &wrapper.getRgn(), wrapper.getBlitter());

Completed in 1044 milliseconds