Searched defs:isRect (Results 1 – 18 of 18) sorted by relevance
34 bool isRect() const { return true; } in isRect() function84 bool isRect() const { in isRect() function
1163 bool isRect = this->isRect(); in writeToMemory() local
646 bool SkAAClip::isRect() const { in isRect() function in SkAAClip
611 bool SkPath::isRect(SkRect* rect, bool* isClosed, Direction* direction) const { in isRect() function in SkPath
101 inline bool isRect() const { return kRect_Type == this->getType(); } in isRect() function
141 bool isRect() const { return fRunHead == kRectRunHeadPtr; } in isRect() function
186 bool isRect = !isLine && srcPath.isRect(nullptr); in cull_path() local
154 bool isRect() const { in isRect() function
309 protected boolean isRect(RectF rect) { in isRect() method in ShadowPath
4335 bool isRect = (surface->getTextureTarget() == EGL_TEXTURE_RECTANGLE_ANGLE); in bindTexImage() local