Searched refs:bStroke (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 204 FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE; in ProcessText() local 219 bStroke = TRUE; in ProcessText() 228 bFill = bStroke = TRUE; in ProcessText() 240 if (bStroke) { in ProcessText() 262 &text_matrix, bFill, bStroke); in ProcessText() 265 if (bClip || bStroke) { in ProcessText() 268 if (bStroke) { in ProcessText() 279 if (bStroke && bFill) { in ProcessText() 732 FX_BOOL bStroke) { in DrawTextPathWithPattern() argument 733 if (!bStroke) { in DrawTextPathWithPattern() [all …]
|
D | render_int.h | 165 FX_BOOL& bStroke); 169 FX_BOOL bStroke); 173 FX_BOOL bStroke); 177 FX_BOOL bStroke); 180 FX_BOOL bStroke); 218 FX_BOOL bStroke); 231 FX_BOOL bStroke);
|
D | fpdf_render_pattern.cpp | 917 FX_BOOL bStroke) { in DrawShadingPattern() argument 923 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) { in DrawShadingPattern() 941 int alpha = pPageObj->m_GeneralState.GetAlpha(bStroke); in DrawShadingPattern() 999 FX_BOOL bStroke) { in DrawTilingPattern() argument 1005 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) { in DrawTilingPattern() 1062 pStates = CloneObjStates(pPageObj, bStroke); in DrawTilingPattern() 1185 FX_BOOL bStroke) { in DrawPathWithPattern() argument 1192 pObj2Device, bStroke); in DrawPathWithPattern() 1195 pObj2Device, bStroke); in DrawPathWithPattern() 1201 FX_BOOL& bStroke) { in ProcessPathPattern() argument [all …]
|
D | fpdf_render.cpp | 493 FX_BOOL bStroke = pPathObj->m_bStroke; in ProcessPath() local 494 ProcessPathPattern(pPathObj, pObj2Device, FillType, bStroke); in ProcessPath() 495 if (FillType == 0 && !bStroke) { in ProcessPath() 503 if (bStroke) { in ProcessPath() 520 if (bStroke) { in ProcessPath() 700 FX_BOOL bStroke) { in SelectClipPath() argument 703 if (bStroke) { in SelectClipPath() 942 FX_BOOL bStroke) { in CloneObjStates() argument 948 CPDF_Color* pObjColor = bStroke ? pSrcStates->m_ColorState.GetStrokeColor() in CloneObjStates() 953 bStroke ? pSrcStates->m_ColorState.GetObject()->m_StrokeRGB in CloneObjStates()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 259 int GetAlpha(FX_BOOL bStroke) const { in GetAlpha() argument 260 return m_pObject ? FXSYS_round((bStroke ? m_pObject->m_StrokeAlpha in GetAlpha()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 1448 void CPDF_StreamContentParser::AddPathObject(int FillType, FX_BOOL bStroke) { in AddPathObject() argument 1471 if (bStroke || FillType) { in AddPathObject() 1473 pPathObj->m_bStroke = bStroke; in AddPathObject()
|
D | pageint.h | 134 void AddPathObject(int FillType, FX_BOOL bStroke);
|