Home
last modified time | relevance | path

Searched refs:dfFlag (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrGlyph.h74 int dfFlag = (ms == kDistance_MaskStyle) ? 0x1 : 0x0; in Pack() local
75 return (dfFlag << 20) | (x << 18) | (y << 16) | glyphID; in Pack()