HomeSort by relevance Sort by last modified time
    Searched full:isfragmented (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/tests/unit/
VectorDrawableAtlasTests.cpp 117 ASSERT_FALSE(atlas.isFragmented());
119 ASSERT_FALSE(atlas.isFragmented());
135 ASSERT_FALSE(atlas.isFragmented());
150 ASSERT_FALSE(atlas.isFragmented());
159 ASSERT_TRUE(atlas.isFragmented());
163 ASSERT_FALSE(atlas.isFragmented());
  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.cpp 45 if (isFragmented()) {
56 bool VectorDrawableAtlas::isFragmented() {
65 if (isFragmented() && mSurface) {
VectorDrawableAtlas.h 85 bool isFragmented();

Completed in 736 milliseconds