/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 116 FX_DWORD fill_color, in DrawPath() argument 127 fill_alpha = FXARGB_A(fill_color); in DrawPath() 150 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, in DrawPath() 190 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, in DrawPath() 204 FX_DWORD strokecolor = fill_color; in DrawPath() 268 pPathData, &matrix, pGraphState, fill_color, stroke_color, in DrawPath() 278 fill_color, stroke_color, fill_mode, in DrawPath() 293 FX_DWORD fill_color, in FillRect() argument 297 if (m_pDeviceDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform, in FillRect() 311 if (!bitmap.CompositeRect(0, 0, pRect->Width(), pRect->Height(), fill_color, in FillRect()
|
D | fx_ge_text.cpp | 180 FX_DWORD fill_color, in DrawNormalText() argument 197 pText2Device, font_size, fill_color, in DrawNormalText() 204 : FXARGB_A(fill_color); in DrawNormalText() 218 pText2Device, font_size, fill_color, in DrawNormalText() 237 pText2Device, NULL, NULL, fill_color, 0, NULL, in DrawNormalText() 348 return SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText() 380 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in DrawNormalText() 381 ArgbDecode(fill_color, a, r, g, b); in DrawNormalText() 397 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color, 0, in DrawNormalText() 1098 SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color, alpha_flag, in DrawNormalText() [all …]
|
D | fx_ge_ps.cpp | 180 FX_DWORD fill_color, in DrawPath() argument 188 : FXARGB_A(fill_color); in DrawPath() 213 SetColor(fill_color, alpha_flag, pIccTransform); in DrawPath()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 296 FX_DWORD fill_color, 384 FX_DWORD fill_color, 397 FX_DWORD fill_color, 510 FX_DWORD fill_color, 526 FX_DWORD fill_color, 652 FX_DWORD fill_color,
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 44 FX_DWORD fill_color, 57 FX_DWORD fill_color,
|
D | fx_skia_device.cpp | 432 FX_DWORD fill_color, // fill color in DrawPath() argument 443 if ((fill_mode & 3) && fill_color) { in DrawPath() 459 spaint.setColor(fill_color); in DrawPath() 460 if (!RenderRasterizerSkia(path_data.m_PathData, spaint, rect, fill_color, in DrawPath() 522 FX_DWORD fill_color, in FillRect() argument 525 return m_pAggDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform); in FillRect()
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 52 FX_DWORD fill_color, 64 FX_DWORD fill_color,
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 845 FX_DWORD fill_color, in DrawPath() argument 854 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in DrawPath() 868 (FX_FLOAT)(bbox.bottom + 1), fill_color, in DrawPath() 873 fill_color, alpha_flag, pIccTransform, in DrawPath() 877 int fill_alpha = FXARGB_A(fill_color); in DrawPath() 894 pGraphState, fill_color, in DrawPath() 912 hBrush = _CreateBrush(fill_color); in DrawPath() 955 FX_DWORD fill_color, in FillRect() argument 962 _Color2Argb(fill_color, fill_color, alpha_flag | (1 << 24), pIccTransform); in FillRect() 965 ArgbDecode(fill_color, alpha, rgb); in FillRect()
|
D | win32_int.h | 128 FX_DWORD fill_color, 135 FX_DWORD fill_color, 311 FX_DWORD fill_color,
|
D | fx_win32_print.cpp | 394 FX_ARGB fill_color, in DrawPath() argument 404 fill_color, stroke_color, fill_mode & 3, in DrawPath()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 98 FX_DWORD fill_color, 112 FX_DWORD fill_color,
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 250 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; in RenderPage() local 251 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color); in RenderPage()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1208 FX_DWORD fill_color, in DrawPath() argument 1221 if ((fill_mode & 3) && fill_color) { in DrawPath() 1231 if (!RenderRasterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, in DrawPath() 1574 FX_DWORD fill_color, in FillRect() argument 1597 fill_color); in FillRect() 1600 draw_rect.Height(), fill_color, alpha_flag, in FillRect() 1607 (const CFX_DIBitmap*)m_pClipRgn->GetMask(), fill_color, in FillRect()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 360 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; in RenderPage() local 361 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color); in RenderPage()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 779 FX_DWORD fill_color = in StartBitmapAlpha() local 781 m_pRenderStatus->m_pDevice->DrawPath(&path, NULL, NULL, fill_color, 0, in StartBitmapAlpha()
|
D | render_int.h | 131 FX_ARGB fill_color = 0,
|
D | fpdf_render.cpp | 194 FX_ARGB fill_color, in Initialize() argument 210 m_T3FillColor = fill_color; in Initialize()
|