Searched refs:skipCache (Results 1 – 5 of 5) sorted by relevance
51 bool MinikinPaint::skipCache() const { in skipCache() function in minikin::MinikinPaint
164 EXPECT_FALSE(paint.skipCache()); in TEST_F_WITH_FLAGS()172 EXPECT_TRUE(paint.skipCache()); in TEST_F_WITH_FLAGS()
63 bool skipCache() const;
165 if (paint.skipCache() || range.getLength() >= CHAR_LIMIT_FOR_CACHE) { in getOrCreate()
1076 boolean skipCache = false; in acquirePreparedStatementLI()1094 skipCache = true; in acquirePreparedStatementLI()1106 if (!skipCache && isCacheable(type)) { in acquirePreparedStatementLI()