Searched refs:fracY (Results 1 – 3 of 3) sorted by relevance
41 SkFixed fracY = SkScalarToFixed(ty) & 0x0000FF00; in SmallPathShapeDataKey() local48 fKey[4] = fracX | (fracY >> 8); in SmallPathShapeDataKey()
299 SkFixed fracY = 0; in onDrawPath() local305 SkFixed fracY = SkScalarToFixed(SkScalarFraction(ty)) & 0x0000FF00; in onDrawPath() local317 builder[6] = fracX | (fracY >> 8) | (styleBits << 16); in onDrawPath()
343 SkFixed fracY = SkScalarToFixed(SkScalarFraction(ty)) & 0x0000FF00; in compute_key_and_clip_bounds() local356 builder[4] = fracX | (fracY >> 8) | (styleBits << 16); in compute_key_and_clip_bounds()