Home | History | Annotate | Download | only in core

Lines Matching refs:fID

43         fID = code;
54 fID = ID;
57 constexpr SkPackedID() : fID(kImpossibleID) {}
60 return fID == that.fID;
67 return fID & kCodeMask;
71 return SubToFixed(ID2SubX(fID));
75 return SubToFixed(ID2SubY(fID));
79 return SkChecksum::CheapMix(fID);
82 // FIXME - This is needed because the Android framework directly accesses fID.
83 // Remove when fID accesses are cleaned up.
85 operator uint32_t() const { return fID; }
106 uint32_t fID;
159 fID = glyph_id;
220 return fID.code();
224 return fID;
228 return fID.getSubXFixed();
232 return fID.getSubYFixed();
239 fImage, fPath, fID, fMaskFormat fields.
248 return glyph.fID;
259 // FIXME - This is needed because the Android frame work directly accesses fID.
260 // Remove when fID accesses are cleaned up.
264 SkPackedGlyphID fID;