Searched refs:scaleInfoTextBlob (Results 1 – 1 of 1) sorted by relevance
166 std::shared_ptr<TextBlob> scaleInfoTextBlob = TextBlob::MakeFromString(scaleInfo.c_str(), in DrawSurfaceNode() local169 canvas->DrawTextBlob(scaleInfoTextBlob.get(), 20, 50); // start point is (20, 50) in DrawSurfaceNode()