Home
last modified time | relevance | path

Searched refs:fill_color (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc628 SkColor fill_color, in DrawDebugRect() argument
634 paint->setColor(fill_color); in DrawDebugRect()
690 SkColor fill_color = 0; in DrawDebugRects() local
700 fill_color = DebugColors::PropertyChangedRectFillColor(); in DrawDebugRects()
705 fill_color = DebugColors::SurfaceDamageRectFillColor(); in DrawDebugRects()
710 fill_color = DebugColors::ScreenSpaceSurfaceReplicaRectFillColor(); in DrawDebugRects()
715 fill_color = DebugColors::ScreenSpaceLayerRectFillColor(); in DrawDebugRects()
720 fill_color = DebugColors::OccludingRectFillColor(); in DrawDebugRects()
725 fill_color = DebugColors::NonOccludingRectFillColor(); in DrawDebugRects()
730 fill_color = DebugColors::TouchEventHandlerRectFillColor(); in DrawDebugRects()
[all …]
Dheads_up_display_layer_impl.h117 SkColor fill_color,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp125 FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode, in DrawPath() argument
133 fill_alpha = FXARGB_A(fill_color); in DrawPath()
154 … DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type); in DrawPath()
189 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, blend_type)) { in DrawPath()
200 FX_DWORD strokecolor = fill_color; in DrawPath()
257 …if (!bitmap_device.GetDeviceDriver()->DrawPath(pPathData, &matrix, pGraphState, fill_color, stroke… in DrawPath()
263 …return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color,… in DrawPath()
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void*… in FillRect() argument
275 if (m_pDeviceDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform, blend_type)) { in FillRect()
288 …if (!bitmap.CompositeRect(0, 0, pRect->Width(), pRect->Height(), fill_color, alpha_flag, pIccTrans… in FillRect()
Dfx_ge_text.cpp152 FX_DWORD fill_color, FX_DWORD text_flags, in DrawNormalText() argument
164 …awDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIc… in DrawNormalText()
168 … alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_color); in DrawNormalText()
179 …awDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIc… in DrawNormalText()
194 …(nChars, pCharPos, pFont, pCache, font_size, pText2Device, NULL, NULL, fill_color, 0, NULL, nPathF… in DrawNormalText()
299 return SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText()
331 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in DrawNormalText()
332 ArgbDecode(fill_color, a, r, g, b); in DrawNormalText()
348 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color, in DrawNormalText()
937 SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color, alpha_flag, pIccTransform); in DrawNormalText()
[all …]
Dfx_ge_ps.cpp181 FX_DWORD fill_color, in DrawPath() argument
189 …_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_color); in DrawPath()
212 SetColor(fill_color, alpha_flag, pIccTransform); in DrawPath()
/external/chromium_org/ppapi/examples/flash_topmost/
Dflash_topmost.cc90 uint32_t fill_color = pp::flash::Flash::IsRectTopmost(this, rect) ? in PaintImage() local
95 *image.GetAddr32(pp::Point(x, y)) = fill_color; in PaintImage()
/external/pdfium/core/include/fxge/
Dfx_ge.h396 FX_DWORD fill_color,
440 FX_DWORD fill_color, FX_DWORD text_flags,
447 … FX_DWORD fill_color, FX_DWORD stroke_color, CFX_PathData* pClippingPath, int nFlag = 0,
562 FX_DWORD fill_color,
576 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
679 FX_DWORD fill_color,
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h50 FX_DWORD fill_color,
62 … FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type);
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp747 FX_DWORD fill_color, in DrawPath() argument
758 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in DrawPath()
768 …)(bbox.left), (FX_FLOAT)(bbox.top), (FX_FLOAT)(bbox.left), (FX_FLOAT)(bbox.bottom + 1), fill_color, in DrawPath()
771 …AT)(bbox.left), (FX_FLOAT)(bbox.top), (FX_FLOAT)(bbox.right + 1), (FX_FLOAT)(bbox.top), fill_color, in DrawPath()
775 int fill_alpha = FXARGB_A(fill_color); in DrawPath()
787 …latform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, f… in DrawPath()
804 hBrush = _CreateBrush(fill_color); in DrawPath()
845 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void*… in FillRect() argument
850 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in FillRect()
853 ArgbDecode(fill_color, alpha, rgb); in FillRect()
Dwin32_int.h94 FX_DWORD fill_color,
102 FX_DWORD fill_color,
208 FX_DWORD fill_color,
Dfx_win32_print.cpp377 … const CFX_GraphStateData* pGraphState, FX_ARGB fill_color, FX_ARGB stroke_color, in DrawPath() argument
383 …return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fil… in DrawPath()
/external/pdfium/core/src/fxge/apple/
Dapple_int.h118 FX_DWORD fill_color,
130 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
/external/chromium_org/ppapi/tests/
Dtest_graphics_2d.cc403 const uint32_t fill_color = 0x80000080; in TestPaint() local
404 FillRectInImage(&fill, pp::Rect(fill.size()), fill_color); in TestPaint()
409 fill_color)); in TestPaint()
423 fill_color)); in TestPaint()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1135 FX_DWORD fill_color, in DrawPath() argument
1150 if ((fill_mode & 3) && fill_color) { in DrawPath()
1157 …if (!RenderRasterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, pIc… in DrawPath()
1449 FX_BOOL CFX_AggDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, vo… in FillRect() argument
1468 …eRect(m_pBitmap, draw_rect.left, draw_rect.top, draw_rect.Width(), draw_rect.Height(), fill_color); in FillRect()
1470 …(draw_rect.left, draw_rect.top, draw_rect.Width(), draw_rect.Height(), fill_color, alpha_flag, pIc… in FillRect()
1475fill_color, draw_rect.left - clip_rect.left, draw_rect.top - clip_rect.top, FXDIB_BLEND_NORMAL, NU… in FillRect()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h99 … FX_BOOL bStdCS = FALSE, CPDF_Type3Char* pType3Char = NULL, FX_ARGB fill_color = 0,
Dfpdf_render_image.cpp807 FX_DWORD fill_color = ArgbEncode(0xff, m_BitmapAlpha, m_BitmapAlpha, m_BitmapAlpha); in StartBitmapAlpha() local
808 m_pRenderStatus->m_pDevice->DrawPath(&path, NULL, NULL, fill_color, 0, FXFILL_WINDING); in StartBitmapAlpha()
Dfpdf_render.cpp222 FX_ARGB fill_color, FX_DWORD GroupFamily, in Initialize() argument
239 m_T3FillColor = fill_color; in Initialize()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc126 const SkColor& fill_color, in DrawArrow() argument
136 fill_paint.setColor(fill_color); in DrawArrow()