Home
last modified time | relevance | path

Searched refs:testing_only_isLocked (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkCachedData.h32 bool testing_only_isLocked() const { return fIsLocked; } in testing_only_isLocked() function
/external/skia/src/core/
DSkCachedData.h32 bool testing_only_isLocked() const { return fIsLocked; } in testing_only_isLocked() function
/external/skqp/tests/
DCachedDataTest.cpp33 REPORTER_ASSERT(reporter, data->testing_only_isLocked() == (lockedState == kLocked)); in check_data()
/external/skia/tests/
DCachedDataTest.cpp33 REPORTER_ASSERT(reporter, data->testing_only_isLocked() == (lockedState == kLocked)); in check_data()