HomeSort by relevance Sort by last modified time
    Searched refs:bStroke (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 201 FX_BOOL bFill = FALSE, bStroke = FALSE, bClip = FALSE;
215 bStroke = TRUE;
223 bFill = bStroke = TRUE;
235 if (bStroke) {
256 DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size, &text_matrix, bFill, bStroke);
261 bStroke = FALSE;
263 if (bStroke) {
265 bStroke = FALSE;
269 if (bClip || bStroke) {
272 if (bStroke) {
    [all...]
render_int.h 122 void ProcessPathPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, int& filltype, FX_BOOL& bStroke);
123 void DrawPathWithPattern(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, CPDF_Color* pColor, FX_BOOL bStroke);
124 void DrawTilingPattern(CPDF_TilingPattern* pPattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke);
125 void DrawShadingPattern(CPDF_ShadingPattern* pPattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke);
126 FX_BOOL SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke);
142 const CFX_AffineMatrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke);
149 static CPDF_GraphicStates* CloneObjStates(const CPDF_GraphicStates* pPathObj, FX_BOOL bStroke);
fpdf_render_pattern.cpp 811 void CPDF_RenderStatus::DrawShadingPattern(CPDF_ShadingPattern* pattern, CPDF_PageObject* pPageObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke)
818 if (!SelectClipPath((CPDF_PathObject*)pPageObj, pObj2Device, bStroke)) {
    [all...]
fpdf_render.cpp 532 FX_BOOL bStroke = pPathObj->m_bStroke;
533 ProcessPathPattern(pPathObj, pObj2Device, FillType, bStroke);
534 if (FillType == 0 && !bStroke) {
542 if (bStroke) {
559 if (bStroke) {
734 FX_BOOL CPDF_RenderStatus::SelectClipPath(CPDF_PathObject* pPathObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStroke)
738 if (bStroke) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 332 int GetAlpha(FX_BOOL bStroke) const
334 return m_pObject ? FXSYS_round((bStroke ? m_pObject->m_StrokeAlpha : m_pObject->m_FillAlpha) * 255) : 255;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 223 void AddPathObject(int FillType, FX_BOOL bStroke);

Completed in 803 milliseconds