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