Searched defs:GlyphPosGM (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dglyph_pos.cpp22 class GlyphPosGM : public GM { class in namespace:skiagm
24 GlyphPosGM(SkScalar strokeWidth, SkPaint::Style strokeStyle) function in class:skiagm::GlyphPosGM
171 return new GlyphPosGM(0.0f, SkPaint::kStrokeAndFill_Style);
174 return new GlyphPosGM(1.2f, SkPaint::kStrokeAndFill_Style);
177 return new GlyphPosGM(0.0f, SkPaint::kStroke_Style);
180 return new GlyphPosGM(1.2f, SkPaint::kStroke_Style);
183 return new GlyphPosGM(0.0f, SkPaint::kFill_Style);
186 return new GlyphPosGM(1.2f, SkPaint::kFill_Style);

Completed in 177 milliseconds