HomeSort by relevance Sort by last modified time
    Searched refs:setEmpty (Results 101 - 125 of 237) sorted by null

1 2 3 45 6 7 8 910

  /external/skia/src/core/
SkRegion.cpp 136 bool SkRegion::setEmpty() {
146 return this->setEmpty();
239 return this->setEmpty();
540 dst->setEmpty();
590 this->setEmpty();
968 return result ? result->setEmpty() : false;
    [all...]
SkPathRef.cpp 90 (*dst)->fBounds.setEmpty();
94 (*dst)->fBounds.setEmpty();
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 90 (*dst)->fBounds.setEmpty();
94 (*dst)->fBounds.setEmpty();
  /frameworks/base/graphics/java/android/graphics/
Path.java 73 if (rects != null) rects.setEmpty();
88 if (rects != null) rects.setEmpty();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 276 m_lineInfo.setEmpty(false, m_block, &m_width);
412 m_lineInfo.setEmpty(false, m_block, &m_width);
450 m_lineInfo.setEmpty(false, m_block, &m_width);
603 m_lineInfo.setEmpty(false, m_block, &m_width);
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 25 r.setEmpty();
123 void setEmpty() { memset(this, 0, sizeof(*this)); }
384 r.setEmpty();
493 void setEmpty() { memset(this, 0, sizeof(*this)); }
SkRegion.h 109 bool setEmpty();
  /external/chromium_org/third_party/skia/src/animator/
SkPathParts.cpp 229 fRect.setEmpty();
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 58 r.setEmpty();
  /external/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp 242 fMargin.setEmpty();
SkTextBox.cpp 117 fBox.setEmpty();
SkWindow.cpp 140 fDirtyRgn.setEmpty();
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 123 emptyBound.setEmpty();
  /external/skia/include/core/
SkRect.h 25 r.setEmpty();
123 void setEmpty() { memset(this, 0, sizeof(*this)); }
384 r.setEmpty();
493 void setEmpty() { memset(this, 0, sizeof(*this)); }
SkRegion.h 109 bool setEmpty();
  /external/skia/src/animator/
SkPathParts.cpp 229 fRect.setEmpty();
  /external/skia/src/utils/
SkCullPoints.cpp 58 r.setEmpty();
  /external/skia/src/views/
SkStackViewLayout.cpp 242 fMargin.setEmpty();
SkTextBox.cpp 117 fBox.setEmpty();
SkWindow.cpp 140 fDirtyRgn.setEmpty();
  /external/skia/tests/
ClipCacheTest.cpp 123 emptyBound.setEmpty();
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 117 dirty->setEmpty();
Layer.h 171 inline void setEmpty(bool empty) {
Rect.h 99 inline void setEmpty() {
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 229 mDirtyRect.setEmpty();

Completed in 530 milliseconds

1 2 3 45 6 7 8 910