Home
last modified time | relevance | path

Searched refs:fracX (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp40 SkFixed fracX = SkScalarToFixed(tx) & 0x0000FF00; in SmallPathShapeDataKey() local
48 fKey[4] = fracX | (fracY >> 8); in SmallPathShapeDataKey()
H A DSoftwarePathRenderer.cpp298 SkFixed fracX = 0; in onDrawPath() local
304 SkFixed fracX = SkScalarToFixed(SkScalarFraction(tx)) & 0x0000FF00; in onDrawPath() local
317 builder[6] = fracX | (fracY >> 8) | (styleBits << 16); in onDrawPath()
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp349 SkFixed fracX = SkScalarToFixed(SkScalarFraction(tx)) & 0x0000FF00; in compute_key_and_clip_bounds() local
363 builder[4] = fracX | (fracY >> 8) | (styleBits << 16); in compute_key_and_clip_bounds()

Completed in 3 milliseconds