Searched defs:stroke_color (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dprogress_bar.cc116 SkColor stroke_color,
122 paint.setColor(stroke_color);
112 StrokeRoundRect(gfx::Canvas* canvas, int x, int y, int w, int h, int corner_radius, SkColor stroke_color, int stroke_width) argument
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp125 FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode,
134 stroke_alpha = FXARGB_A(stroke_color);
257 if (!bitmap_device.GetDeviceDriver()->DrawPath(pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type)) {
263 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type);
122 DrawPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device, const CFX_GraphStateData* pGraphState, FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode, int alpha_flag, void* pIccTransform, int blend_type) argument
H A Dfx_ge_ps.cpp182 FX_DWORD stroke_color,
190 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
228 SetColor(stroke_color, alpha_flag, pIccTransform);
178 DrawPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device, const CFX_GraphStateData* pGraphState, FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode, int alpha_flag, void* pIccTransform ) argument
H A Dfx_ge_text.cpp948 FX_DWORD fill_color, FX_ARGB stroke_color, CFX_PathData* pClippingPath, int nFlag,
972 (fill_color || stroke_color);
985 if (!DrawPath(&TransformedPath, pUser2Device, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type)) {
944 DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, FX_FLOAT font_size, const CFX_AffineMatrix* pText2User, const CFX_AffineMatrix* pUser2Device, const CFX_GraphStateData* pGraphState, FX_DWORD fill_color, FX_ARGB stroke_color, CFX_PathData* pClippingPath, int nFlag, int alpha_flag, void* pIccTransform, int blend_type) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp377 const CFX_GraphStateData* pGraphState, FX_ARGB fill_color, FX_ARGB stroke_color,
383 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode & 3, alpha_flag, pIccTransform);
375 DrawPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device, const CFX_GraphStateData* pGraphState, FX_ARGB fill_color, FX_ARGB stroke_color, int fill_mode, int alpha_flag, void* pIccTransform, int blend_type) argument
H A Dfx_win32_device.cpp748 FX_DWORD stroke_color,
759 _Color2Argb(stroke_color, stroke_color, alpha_flag, pIccTransform);
761 if ((pGraphState == NULL || stroke_color == 0) && !pPlatform->m_GdiplusExt.IsAvailable()) {
776 int stroke_alpha = FXARGB_A(stroke_color);
787 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) {
799 hPen = _CreatePen(pGraphState, pMatrix, stroke_color);
744 DrawPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pMatrix, const CFX_GraphStateData* pGraphState, FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode, int alpha_flag, void* pIccTransform, int blend_type ) argument
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc627 SkColor stroke_color,
638 paint->setColor(stroke_color);
660 label_paint.setColor(stroke_color);
689 SkColor stroke_color = 0; local
699 stroke_color = DebugColors::PropertyChangedRectBorderColor();
704 stroke_color = DebugColors::SurfaceDamageRectBorderColor();
709 stroke_color = DebugColors::ScreenSpaceSurfaceReplicaRectBorderColor();
714 stroke_color = DebugColors::ScreenSpaceLayerRectBorderColor();
719 stroke_color = DebugColors::OccludingRectBorderColor();
724 stroke_color
623 DrawDebugRect( SkCanvas* canvas, SkPaint* paint, const DebugRect& rect, SkColor stroke_color, SkColor fill_color, float stroke_width, const std::string& label_text) const argument
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc127 const SkColor& stroke_color) {
139 if (stroke_color != SK_ColorTRANSPARENT) {
141 stroke_paint.setColor(stroke_color);
124 DrawArrow(gfx::Canvas* canvas, int tip_x, const SkColor& fill_color, const SkColor& stroke_color) argument

Completed in 178 milliseconds