HomeSort by relevance Sort by last modified time
    Searched refs:fIsEmpty (Results 1 - 11 of 11) sorted by null

  /external/skia/src/core/
SkRasterClip.cpp 137 fIsEmpty = src.isEmpty();
145 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
146 fIsRect = !fIsEmpty;
152 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
153 fIsRect = !fIsEmpty;
159 fIsEmpty = true;
175 SkASSERT(fIsEmpty == other.fIsEmpty);
196 fIsEmpty = true;
207 fIsEmpty = !fIsRect
    [all...]
SkRasterClip.h 79 SkASSERT(this->computeIsEmpty() == fIsEmpty);
80 return fIsEmpty;
137 bool fIsEmpty;
150 fIsEmpty = this->computeIsEmpty();
153 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
160 return !fIsEmpty;
  /external/skqp/src/core/
SkRasterClip.cpp 137 fIsEmpty = src.isEmpty();
145 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
146 fIsRect = !fIsEmpty;
152 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
153 fIsRect = !fIsEmpty;
159 fIsEmpty = true;
175 SkASSERT(fIsEmpty == other.fIsEmpty);
196 fIsEmpty = true;
207 fIsEmpty = !fIsRect
    [all...]
SkRasterClip.h 79 SkASSERT(this->computeIsEmpty() == fIsEmpty);
80 return fIsEmpty;
137 bool fIsEmpty;
150 fIsEmpty = this->computeIsEmpty();
153 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
160 return !fIsEmpty;
  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.cpp 124 cbInfo.fIsEmpty = true;
201 if (cbInfo.fIsEmpty && !cbInfo.fStartsWithClear) {
223 if (cbInfo.fIsEmpty) {
305 cbInfo.fIsEmpty = false;
326 if (cbInfo.fIsEmpty && !clip.scissorEnabled()) {
385 cbInfo.fIsEmpty = false;
437 cbInfo.fIsEmpty = true;
445 if (!fCommandBufferInfos[fCurrentCmdInfo].fIsEmpty) {
453 if (!fCommandBufferInfos[fCurrentCmdInfo].fIsEmpty ||
519 if (!cbInfo.fIsEmpty &
    [all...]
GrVkGpuCommandBuffer.h 160 bool fIsEmpty;
  /external/skqp/src/gpu/vk/
GrVkGpuCommandBuffer.cpp 217 if (cbInfo.fIsEmpty && cbInfo.fLoadStoreState != kStartsWithClear) {
239 if (cbInfo.fIsEmpty) {
324 cbInfo.fIsEmpty = false;
345 if (cbInfo.fIsEmpty && !clip.scissorEnabled()) {
407 cbInfo.fIsEmpty = false;
466 if (!fCommandBufferInfos[fCurrentCmdInfo].fIsEmpty) {
475 if (!cbInfo.fIsEmpty || LoadStoreState::kStartsWithClear == cbInfo.fLoadStoreState) {
571 if (!cbInfo.fIsEmpty &&
687 cbInfo.fIsEmpty = false;
GrVkGpuCommandBuffer.h 172 bool fIsEmpty = true;
  /external/icu/icu4c/source/i18n/
tznames_impl.h 151 UBool fIsEmpty;
tznames_impl.cpp 176 fLazyContents(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) {
196 // Use a separate field for fIsEmpty because it will remain unchanged once the
200 return fIsEmpty;
218 fIsEmpty = FALSE;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 960 milliseconds