/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 90 …d CFX_PSRenderer::OutputPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device) in OutputPath() argument 99 if (pObject2Device) { in OutputPath() 100 pObject2Device->Transform(x, y); in OutputPath() 119 if (pObject2Device) { in OutputPath() 120 pObject2Device->Transform(x1, y1); in OutputPath() 121 pObject2Device->Transform(x2, y2); in OutputPath() 137 const CFX_AffineMatrix* pObject2Device, in SetClip_PathFill() argument 142 OutputPath(pPathData, pObject2Device); in SetClip_PathFill() 144 if (pObject2Device) { in SetClip_PathFill() 145 rect.Transform(pObject2Device); in SetClip_PathFill() [all …]
|
D | fx_ge_device.cpp | 81 const CFX_AffineMatrix* pObject2Device, in SetClip_PathFill() argument 85 if (!m_pDeviceDriver->SetClip_PathFill(pPathData, pObject2Device, fill_mode)) { in SetClip_PathFill() 92 const CFX_AffineMatrix* pObject2Device, in SetClip_PathStroke() argument 96 if (!m_pDeviceDriver->SetClip_PathStroke(pPathData, pObject2Device, pGraphState)) { in SetClip_PathStroke() 123 const CFX_AffineMatrix* pObject2Device, in DrawPath() argument 145 if (pObject2Device) { in DrawPath() 146 pObject2Device->Transform(pPoints[0].m_PointX, pPoints[0].m_PointY, x1, y1); in DrawPath() 147 pObject2Device->Transform(pPoints[1].m_PointX, pPoints[1].m_PointY, x2, y2); in DrawPath() 159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPath() 197 …if (pPathData->GetZeroAreaPath(newPath, (CFX_Matrix*)pObject2Device, bThin, m_pDeviceDriver->GetDr… in DrawPath() [all …]
|
D | fx_ge_linux.cpp | 22 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, in DrawDeviceText() argument
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 17 void BuildPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device); 36 const CFX_AffineMatrix* pObject2Device, 42 const CFX_AffineMatrix* pObject2Device, 48 const CFX_AffineMatrix* pObject2Device, 93 … CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 382 const CFX_AffineMatrix* pObject2Device, 389 const CFX_AffineMatrix* pObject2Device, 394 const CFX_AffineMatrix* pObject2Device, 547 const CFX_AffineMatrix* pObject2Device, 552 const CFX_AffineMatrix* pObject2Device, in SetClip_PathStroke() argument 560 const CFX_AffineMatrix* pObject2Device, 619 … CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, 662 const CFX_AffineMatrix* pObject2Device, 667 const CFX_AffineMatrix* pObject2Device, 677 const CFX_AffineMatrix* pObject2Device, [all …]
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 23 const CFX_AffineMatrix* pObject2Device, 84 const CFX_AffineMatrix* pObject2Device, 88 const CFX_AffineMatrix* pObject2Device, 92 const CFX_AffineMatrix* pObject2Device, 198 const CFX_AffineMatrix* pObject2Device, 202 const CFX_AffineMatrix* pObject2Device, 206 const CFX_AffineMatrix* pObject2Device, 225 … CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
|
D | fx_win32_print.cpp | 362 …nterDriver::SetClip_PathFill(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device, in SetClip_PathFill() argument 365 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode); in SetClip_PathFill() 369 const CFX_AffineMatrix* pObject2Device, in SetClip_PathStroke() argument 372 m_PSRenderer.SetClip_PathStroke(pPathData, pObject2Device, pGraphState); in SetClip_PathStroke() 376 const CFX_AffineMatrix* pObject2Device, in DrawPath() argument 383 …return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fil… in DrawPath() 421 … CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, in DrawDeviceText() argument 424 …return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pCache, pObject2Device, font_size, color, al… in DrawDeviceText()
|
D | fx_win32_gdipext.cpp | 848 const CFX_AffineMatrix* pObject2Device, in DrawPath() argument 866 if (pObject2Device) { in DrawPath() 867 …nc(GdipCreateMatrix2)(pObject2Device->a, pObject2Device->b, pObject2Device->c, pObject2Device->d, … in DrawPath() 888 if (pObject2Device) { in DrawPath() 889 pObject2Device->Transform(pPoints[i].m_PointX, pPoints[i].m_PointY, x, y); in DrawPath() 953 if (IsSmallTriangle(points, pObject2Device, v1, v2)) { in DrawPath() 980 …GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, fill_mode & FX_STROKE_TEXT_… in DrawPath()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 46 const CFX_AffineMatrix* pObject2Device, in _CGDrawGlyphRun() argument 62 if (pObject2Device) { in _CGDrawGlyphRun() 63 new_matrix.Concat(*pObject2Device); in _CGDrawGlyphRun() 107 const CFX_AffineMatrix * pObject2Device, in DrawDeviceText() argument 157 …FX_BOOL ret = _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, arg… in DrawDeviceText()
|
D | apple_int.h | 108 const CFX_AffineMatrix* pObject2Device, 112 const CFX_AffineMatrix* pObject2Device, 116 const CFX_AffineMatrix* pObject2Device, 155 … CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, 168 const CFX_AffineMatrix* pObject2Device,
|
D | fx_quartz_device.cpp | 807 const CFX_AffineMatrix* pObject2Device, in CG_DrawGlypRun() argument 834 if (pObject2Device) { in CG_DrawGlypRun() 835 text_matrix.Concat(*pObject2Device); in CG_DrawGlypRun() 883 const CFX_AffineMatrix* pObject2Device, in DrawDeviceText() argument 905 …ret = CG_DrawGlypRun(i, pCharPos, pFont, pCache, NULL, pObject2Device, font_size, color, alpha_fla… in DrawDeviceText() 922 …ret = CG_DrawGlypRun(1, char_pos, pFont, pCache, &glphy_matrix, pObject2Device, font_size, color, … in DrawDeviceText() 936 …ret = CG_DrawGlypRun(i, pCharPos, pFont, pCache, NULL, pObject2Device, font_size, color, alpha_fla… in DrawDeviceText()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 35 void CAgg_PathData::BuildPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device) in BuildPath() argument 41 if (pObject2Device) { in BuildPath() 42 pObject2Device->Transform(x, y); in BuildPath() 58 if (pObject2Device) { in BuildPath() 59 pObject2Device->Transform(x0, y0); in BuildPath() 60 pObject2Device->Transform(x2, y2); in BuildPath() 61 pObject2Device->Transform(x3, y3); in BuildPath() 120 const CFX_AffineMatrix* pObject2Device, in RasterizeStroke() argument 150 if (pObject2Device) { in RasterizeStroke() 151 unit = FXSYS_Div(1.0f, (pObject2Device->GetXUnit() + pObject2Device->GetYUnit()) / 2); in RasterizeStroke() [all …]
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 99 void AppendObjectList(CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObject2Device); 107 … const CFX_AffineMatrix* pObject2Device, const CPDF_RenderOptions* pOptions);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1012 …DF_RenderContext::AppendObjectList(CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObject2Device) in AppendObjectList() argument 1016 if (pObject2Device) { in AppendObjectList() 1017 pItem->m_Matrix = *pObject2Device; in AppendObjectList() 1069 … const CFX_AffineMatrix* pObject2Device, const CPDF_RenderOptions* pOptions) in DrawObjectList() argument 1071 AppendObjectList(pObjs, pObject2Device); in DrawObjectList()
|
D | fpdf_render_pattern.cpp | 860 … CPDF_TilingPattern* pPattern, const CFX_AffineMatrix* pObject2Device, in DrawPatternBitmap() argument 873 pObject2Device->TransformRect(cell_bbox); in DrawPatternBitmap() 877 CFX_AffineMatrix mtPattern2Bitmap = *pObject2Device; in DrawPatternBitmap()
|