Home
last modified time | relevance | path

Searched refs:bStarted (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp44 bool bStarted = false; in GetClipBox() local
51 bStarted = true; in GetClipBox()
59 if (!bStarted) { in GetClipBox()
61 bStarted = true; in GetClipBox()
Dcpdf_streamcontentparser.cpp86 bool bStarted = false; in GetShadingBBox() local
117 if (bStarted) { in GetShadingBBox()
121 bStarted = true; in GetShadingBBox()
/external/pdfium/core/fxge/
Dfx_ge_text.cpp50 bool bStarted = false; in FXGE_GetGlyphsBBox() local
86 if (bStarted) { in FXGE_GetGlyphsBBox()
102 bStarted = true; in FXGE_GetGlyphsBBox()