Searched refs:gDrawTextBlobMode (Results 1 – 3 of 3) sorted by relevance
116 gDrawTextBlobMode = DrawTextBlobMode::HctOutline; in operator()123 gDrawTextBlobMode = DrawTextBlobMode::HctInner; in operator()128 gDrawTextBlobMode = DrawTextBlobMode::Normal; in operator()
73 inline DrawTextBlobMode gDrawTextBlobMode = DrawTextBlobMode::Normal; variable
456 : blob(sk_ref_sp(blob)), x(x), y(y), paint(paint), drawTextBlobMode(gDrawTextBlobMode) {} in DrawTextBlob()