Searched defs:fill_argb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 233 FX_ARGB stroke_argb = 0, fill_argb = 0; in ProcessText() local 387 FX_ARGB fill_argb = GetFillArgb(textobj, TRUE); in ProcessType3Text() local 597 … FX_ARGB fill_argb, FX_ARGB stroke_argb, CFX_PathData* pClippingPath, int nFlag) in DrawTextPath() 618 … const CFX_AffineMatrix* pMatrix, const CFX_ByteString& str, FX_ARGB fill_argb, in DrawTextString() 666 FX_ARGB fill_argb, const CPDF_RenderOptions* pOptions) in DrawNormalText()
|
D | fpdf_render_image.cpp | 46 FX_ARGB fill_argb = 0; in ProcessInlines() local 84 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb); in CompositeDIBitmap() local
|
D | fpdf_render.cpp | 537 FX_DWORD fill_argb = 0; in ProcessPath() local
|
D | fpdf_render_pattern.cpp | 1012 FX_ARGB fill_argb = GetFillArgb(pPageObj); in DrawTilingPattern() local
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 620 void CGdiplusExt::GdipCreateBrush(FX_DWORD fill_argb, void** pBrush) in GdipCreateBrush() 850 FX_DWORD fill_argb, in DrawPath()
|