Home
last modified time | relevance | path

Searched refs:doAABit (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPictureFlat.h145 unsigned doAABit = doAA ? 1 : 0; in ClipParams_pack() local
146 return (doAABit << 4) | static_cast<int>(op); in ClipParams_pack()
/third_party/skia/src/core/
DSkPictureFlat.h159 unsigned doAABit = doAA ? 1 : 0; in ClipParams_pack() local
160 return (doAABit << 4) | static_cast<int>(op); in ClipParams_pack()