Home
last modified time | relevance | path

Searched defs:HasEffectsPreventingLCDTextForSaveLayerAlpha (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_op_buffer.h279 bool HasEffectsPreventingLCDTextForSaveLayerAlpha() const { return false; } in HasEffectsPreventingLCDTextForSaveLayerAlpha() function
888 bool HasEffectsPreventingLCDTextForSaveLayerAlpha() const { return true; } in HasEffectsPreventingLCDTextForSaveLayerAlpha() function
H A Dpaint_op_buffer_unittest.cc3865 TEST(PaintOpBufferTest, HasEffectsPreventingLCDTextForSaveLayerAlpha) { in TEST() argument
H A Dpaint_op_buffer.cc2471 bool DrawRecordOp::HasEffectsPreventingLCDTextForSaveLayerAlpha() const { in HasEffectsPreventingLCDTextForSaveLayerAlpha() function in cc::DrawRecordOp