HomeSort by relevance Sort by last modified time
    Searched refs:dfFlag (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGlyph.h 74 int dfFlag = (ms == kDistance_MaskStyle) ? 0x1 : 0x0;
75 return (dfFlag << 20) | (x << 18) | (y << 16) | glyphID;
  /external/skqp/src/gpu/
GrGlyph.h 74 int dfFlag = (ms == kDistance_MaskStyle) ? 0x1 : 0x0;
75 return (dfFlag << 20) | (x << 18) | (y << 16) | glyphID;

Completed in 722 milliseconds