HomeSort by relevance Sort by last modified time
    Searched full:ispath (Results 1 - 25 of 28) sorted by null

1 2

  /external/pdfium/core/fpdfapi/page/
cpdf_pathobject.h 23 bool IsPath() const override;
cpdf_pageobject.h 37 virtual bool IsPath() const;
cpdf_pathobject.cpp 22 bool CPDF_PathObject::IsPath() const {
cpdf_pageobject.cpp 17 bool CPDF_PageObject::IsPath() const {
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 60 GrGLboolean isPath;
61 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index)));
62 SkASSERT(GR_GL_FALSE == isPath);
GrGLAssembleInterface.cpp 330 GET_PROC_SUFFIX(IsPath, NV);
839 GET_PROC_SUFFIX(IsPath, NV);
864 GET_PROC_SUFFIX(IsPath, CHROMIUM);
    [all...]
GrGLTestInterface.cpp 187 fFunctions.fIsPath = bind_to_member(this, &GrGLTestInterface::isPath);
GrGLTestInterface.h 192 virtual GrGLboolean isPath(GrGLuint path) { return true; }
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 98 local.isPath = false;
106 local.isPath = false;
115 local.isPath = true;
192 if (curr.isPath) {
255 boolean isPath;
  /external/skia/src/gpu/
GrShape.h 352 bool isPath = Type::kPath == type;
353 SkASSERT(!path || isPath);
354 if (wasPath && !isPath) {
356 } else if (!wasPath && isPath) {
362 } else if (isPath && path) {
  /external/openssh/
readconf.c 2098 int ispath; member in struct:fwdarg
2112 int ispath = 0; local
    [all...]
  /external/pdfium/fpdfsdk/
fpdfeditpage.cpp 233 if (pPageObj->IsPath() && pPageObj->m_GeneralState.GetStrokeAlpha() != 1.0f) {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
objfile.go 261 func (w *objWriter) writeRef(s *LSym, isPath bool) {
281 if isPath {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
objfile.go 261 func (w *objWriter) writeRef(s *LSym, isPath bool) {
281 if isPath {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 2255 def ispath(x): function
    [all...]