Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.h23 bool IsPath() const override;
Dcpdf_pathobject.cpp22 bool CPDF_PathObject::IsPath() const { in IsPath() function in CPDF_PathObject
Dcpdf_pageobject.cpp17 bool CPDF_PageObject::IsPath() const { in IsPath() function in CPDF_PageObject
Dcpdf_pageobject.h37 virtual bool IsPath() const;
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp61 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index))); in onInitPath()
DGrGLAssembleInterface.cpp339 GET_PROC_SUFFIX(IsPath, NV); in GrGLAssembleGLInterface()
836 GET_PROC_SUFFIX(IsPath, NV); in GrGLAssembleGLESInterface()
861 GET_PROC_SUFFIX(IsPath, CHROMIUM); in GrGLAssembleGLESInterface()
/external/pdfium/fpdfsdk/
Dfpdfeditpage.cpp233 if (pPageObj->IsPath() && pPageObj->m_GeneralState.GetStrokeAlpha() != 1.0f) { in FPDFPageObj_HasTransparency()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2127 if (pPageObj->IsPath()) { in DrawShadingPattern()
2176 if (pPageObj->IsPath()) { in DrawTilingPattern()