File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,6 @@ class SkStrike final : public SkStrikeInterface {
4545 /* * Return a glyph that has no information if it is not already filled out. */
4646 SkGlyph* getRawGlyphByID (SkPackedGlyphID);
4747
48- /* * Returns a glyph with valid fAdvance and fDevKern fields. The remaining fields may be
49- valid, but that is not guaranteed. If you require those, call getGlyphIDMetrics instead.
50- */
51- const SkGlyph& getGlyphIDAdvance (SkGlyphID);
52-
5348 /* * Returns a glyph with all fields valid except fImage and fPath, which may be null. If they
5449 are null, call findImage or findPath for those. If they are not null, then they are valid.
5550
@@ -187,6 +182,11 @@ class SkStrike final : public SkStrikeInterface {
187182 kHashMask = kHashCount - 1
188183 };
189184
185+ /* * Returns a glyph with valid fAdvance field. The remaining fields may be
186+ valid, but that is not guaranteed. If you require those, call getGlyphIDMetrics instead.
187+ */
188+ const SkGlyph& getGlyphIDAdvance (SkGlyphID);
189+
190190 // Return the SkGlyph* associated with MakeID. The id parameter is the
191191 // combined glyph/x/y id generated by MakeID. If it is just a glyph id
192192 // then x and y are assumed to be zero. Limit the amount of work using type.
You can’t perform that action at this time.
0 commit comments