Searched refs:isIgnored (Results 1 – 7 of 7) sorted by relevance
236 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in calculateQuickRejectForScissor()275 if (mSnapshot->isIgnored() || bottom <= top || right <= left) { in quickRejectConservative()
269 bool Snapshot::isIgnored() const { in isIgnored() function in android::uirenderer::Snapshot275 …this, flags, previous.get(), getViewportHeight(), isIgnored(), clipRegion && !clipRegion->isEmpty(… in dump()
353 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone; in callDrawGLFunction()608 if (!currentSnapshot()->isIgnored()) { in saveLayer()665 if (!currentSnapshot()->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) { in saveLayerDeferred()675 if (!currentSnapshot()->isIgnored()) { in saveLayerDeferred()751 if (currentSnapshot()->isIgnored()) { in createLayer()1279 if (!currentSnapshot()->isIgnored()) { in clearLayerRegions()2032 if (!vertices || currentSnapshot()->isIgnored()) {2421 if (currentSnapshot()->isIgnored() || count < 4) return DrawGlInfo::kStatusDone;2438 if (currentSnapshot()->isIgnored() || count < 2) return DrawGlInfo::kStatusDone;2456 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;[all …]
180 bool isIgnored() const;
374 if (device->isIgnored()) { in addDeviceLocked()398 if (device->isIgnored()) { in removeDeviceLocked()479 if (device->isIgnored()) { in processEventsForDeviceLocked()490 if (!device->isIgnored()) { in timeoutExpiredLocked()584 if (!device->isIgnored()) { in getInputDevicesLocked()618 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()626 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked()656 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()665 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()917 if (!isIgnored()) { in configure()
558 inline bool isIgnored() { return mMappers.isEmpty(); } in isIgnored() function
1256 ASSERT_TRUE(mDevice->isIgnored()); in TEST_F()1326 ASSERT_FALSE(mDevice->isIgnored()); in TEST_F()