Searched refs:fracX (Results 1 – 6 of 6) sorted by relevance
40 SkFixed fracX = SkScalarToFixed(tx) & 0x0000FF00; in SmallPathShapeDataKey() local48 fKey[4] = fracX | (fracY >> 8); in SmallPathShapeDataKey()
298 SkFixed fracX = 0; in onDrawPath() local304 SkFixed fracX = SkScalarToFixed(SkScalarFraction(tx)) & 0x0000FF00; in onDrawPath() local317 builder[6] = fracX | (fracY >> 8) | (styleBits << 16); in onDrawPath()
302 SkFixed fracX = 0; in onDrawPath() local308 SkFixed fracX = SkScalarToFixed(SkScalarFraction(tx)) & 0x0000FF00; in onDrawPath() local321 builder[4] = fracX | (fracY >> 8) | (styleBits << 16); in onDrawPath()
351 SkFixed fracX = SkScalarToFixed(SkScalarFraction(tx)) & 0x0000FF00; in draw_shape_with_mask_filter() local365 builder[4] = fracX | (fracY >> 8) | (styleBits << 16); in draw_shape_with_mask_filter()
342 SkFixed fracX = SkScalarToFixed(SkScalarFraction(tx)) & 0x0000FF00; in compute_key_and_clip_bounds() local356 builder[4] = fracX | (fracY >> 8) | (styleBits << 16); in compute_key_and_clip_bounds()
96 SkFixed fracX = SkScalarToFixed(tx) & 0x0000FF00; in set() local104 fKey[4] = fracX | (fracY >> 8); in set()