Home
last modified time | relevance | path

Searched refs:bStroke (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp201 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 …]
Drender_int.h124 …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);
Dfpdf_render_pattern.cpp843 …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 …]
Dfpdf_render.cpp504 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/
Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h332 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/
Dfpdf_page_parser.cpp1508 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()
Dpageint.h187 void AddPathObject(int FillType, FX_BOOL bStroke);