Searched defs:SBIXSlide (Results 1 – 1 of 1) sorted by relevance
67 struct SBIXSlide : public ClickHandlerSlide { struct68 struct Point {71 } fPts[5] = {78 static constexpr const int kGlyfXYMin = 0;79 static constexpr const int kGlyfXYMax = 1;80 static constexpr const int kGlyfLSB = 2;81 static constexpr const int kGlyfFirstPoint = 3;82 static constexpr const int kOriginOffset = 4;84 std::vector<sk_sp<SkFontMgr>> fFontMgr;85 std::vector<SkFont> fFonts;[all …]