Searched defs:from_x (Results 1 – 2 of 2) sorted by relevance
110 SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->translate.x; in BlendTransformOperations() local144 SkMScalar from_x = IsOperationIdentity(from) ? 1 : from->scale.x; in BlendTransformOperations() local156 SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->skew.x; in BlendTransformOperations() local
1191 float from_x; member