Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
SkStrikeTestingPeer Class Reference

Static Public Member Functions

static SkGlyphGetGlyph (SkStrike *strike, SkPackedGlyphID packedID)
 

Detailed Description

Definition at line 190 of file SkStrikeTest.cpp.

Member Function Documentation

◆ GetGlyph()

static SkGlyph * SkStrikeTestingPeer::GetGlyph ( SkStrike strike,
SkPackedGlyphID  packedID 
)
inlinestatic

Definition at line 192 of file SkStrikeTest.cpp.

192 {
193 SkAutoMutexExclusive m{strike->fStrikeLock};
194 return strike->glyph(packedID);
195 }
SkGlyph * glyph(SkGlyphDigest) SK_REQUIRES(fStrikeLock)
Definition SkStrike.cpp:322

The documentation for this class was generated from the following file: