/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 201 FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE; in ProcessText() local 215 bStroke = TRUE; in ProcessText() 223 bFill = bStroke = TRUE; in ProcessText() 235 if (bStroke) { in ProcessText() 256 … DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size, &text_matrix, bFill, bStroke); in ProcessText() 259 if (bClip || bStroke) { in ProcessText() 262 if (bStroke) { in ProcessText() 273 if (bStroke && bFill) { in ProcessText() 688 const CFX_AffineMatrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke) in DrawTextPathWithPattern() argument 690 if (!bStroke) { in DrawTextPathWithPattern() [all …]
|
D | render_int.h | 124 …n(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, int& filltype, FX_BOOL& bStroke); 125 …DF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, CPDF_Color* pColor, FX_BOOL bStroke); 126 …attern* pPattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke); 127 …attern* pPattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke); 128 … SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke); 144 … const CFX_AffineMatrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke); 151 static CPDF_GraphicStates* CloneObjStates(const CPDF_GraphicStates* pPathObj, FX_BOOL bStroke);
|
D | fpdf_render_pattern.cpp | 843 …gPattern* pattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke) in DrawShadingPattern() argument 850 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) { in DrawShadingPattern() 868 int alpha = pPageObj->m_GeneralState.GetAlpha(bStroke); in DrawShadingPattern() 917 …Pattern* pPattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke) in DrawTilingPattern() argument 924 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) { in DrawTilingPattern() 975 pStates = CloneObjStates(pPageObj, bStroke); in DrawTilingPattern() 1084 …PDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, CPDF_Color* pColor, FX_BOOL bStroke) in DrawPathWithPattern() argument 1091 DrawTilingPattern((CPDF_TilingPattern*)pattern, pPathObj, pObj2Device, bStroke); in DrawPathWithPattern() 1093 DrawShadingPattern((CPDF_ShadingPattern*)pattern, pPathObj, pObj2Device, bStroke); in DrawPathWithPattern() 1096 …rn(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, int& filltype, FX_BOOL& bStroke) in ProcessPathPattern() argument [all …]
|
D | fpdf_render.cpp | 504 FX_BOOL bStroke = pPathObj->m_bStroke; in ProcessPath() local 505 ProcessPathPattern(pPathObj, pObj2Device, FillType, bStroke); in ProcessPath() 506 if (FillType == 0 && !bStroke) { in ProcessPath() 514 if (bStroke) { in ProcessPath() 531 if (bStroke) { in ProcessPath() 700 …us::SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke) in SelectClipPath() argument 704 if (bStroke) { in SelectClipPath() 923 …hicStates* CPDF_RenderStatus::CloneObjStates(const CPDF_GraphicStates* pSrcStates, FX_BOOL bStroke) in CloneObjStates() argument 930 CPDF_Color* pObjColor = bStroke ? pSrcStates->m_ColorState.GetStrokeColor() : in CloneObjStates() 934 pColorData->m_FillRGB = bStroke ? pSrcStates->m_ColorState.GetObject()->m_StrokeRGB : in CloneObjStates()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jai.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 332 int GetAlpha(FX_BOOL bStroke) const in GetAlpha() argument 334 …return m_pObject ? FXSYS_round((bStroke ? m_pObject->m_StrokeAlpha : m_pObject->m_FillAlpha) * 255… in GetAlpha()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 1508 void CPDF_StreamContentParser::AddPathObject(int FillType, FX_BOOL bStroke) in AddPathObject() argument 1530 if (bStroke || FillType) { in AddPathObject() 1532 pPathObj->m_bStroke = bStroke; in AddPathObject()
|
D | pageint.h | 187 void AddPathObject(int FillType, FX_BOOL bStroke);
|