Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.cpp26 bool CPDF_PathObject::IsPath() const { in IsPath() function in CPDF_PathObject
Dcpdf_pathobject.h25 bool IsPath() const override;
Dcpdf_pageobject.cpp18 bool CPDF_PageObject::IsPath() const { in IsPath() function in CPDF_PageObject
Dcpdf_pageobject.h41 virtual bool IsPath() const;
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp331 GET_PROC_SUFFIX(IsPath, NV); in GrGLMakeAssembledGLInterface()
748 GET_PROC_SUFFIX(IsPath, NV); in GrGLMakeAssembledGLESInterface()
773 GET_PROC_SUFFIX(IsPath, CHROMIUM); in GrGLMakeAssembledGLESInterface()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp495 if (pPageObj->IsPath() && pPageObj->m_GeneralState.GetStrokeAlpha() != 1.0f) in FPDFPageObj_HasTransparency()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp568 if (pPageObj->IsPath()) in ClipPattern()