Searched refs:gDrawTextBlobMode (Results 1 – 3 of 3) sorted by relevance
113 gDrawTextBlobMode = DrawTextBlobMode::HctOutline; in operator ()()120 gDrawTextBlobMode = DrawTextBlobMode::HctInner; in operator ()()125 gDrawTextBlobMode = DrawTextBlobMode::Normal; in operator ()()
71 inline DrawTextBlobMode gDrawTextBlobMode = DrawTextBlobMode::Normal; variable
388 : blob(sk_ref_sp(blob)), x(x), y(y), paint(paint), drawTextBlobMode(gDrawTextBlobMode) {} in DrawTextBlob()