Home
last modified time | relevance | path

Searched defs:aScale (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/effects/
DSkColorMatrix.cpp70 void SkColorMatrix::setScale(float rScale, float gScale, float bScale, float aScale) { in setScale()
/third_party/flutter/skia/src/effects/
DSkColorMatrix.cpp58 void SkColorMatrix::setScale(float rScale, float gScale, float bScale, float aScale) { in setScale()
/third_party/mesa3d/src/mesa/main/
Dpixeltransfer.c47 GLfloat bScale, GLfloat aScale, in _mesa_scale_and_bias_rgba()
/third_party/skia/modules/canvaskit/
Dmatrix.js464 var aScale = 18; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp72951 inline nscoord _nscoordSaturatingMultiply(nscoord aCoord, float aScale, in _nscoordSaturatingMultiply()
72974 inline nscoord NSCoordSaturatingNonnegativeMultiply(nscoord aCoord, float aScale) { in NSCoordSaturatingNonnegativeMultiply()
72982 inline nscoord NSCoordSaturatingMultiply(nscoord aCoord, float aScale) { in NSCoordSaturatingMultiply()
73385 friend Sub operator*(T aScale, const Sub& aSize) { in operator *()
74039 friend Sub operator*(Sub aCoord, T aScale) { in operator *()
74042 friend Sub operator*(T aScale, Sub aCoord) { in operator *()
74045 friend Sub operator/(Sub aCoord, T aScale) { in operator /()
74166 friend result_type operator*(coord aCoord, primitive aScale) { in operator *()
74169 friend result_type operator*(primitive aScale, coord aCoord) { in operator *()
74172 friend result_type operator/(coord aCoord, primitive aScale) { in operator /()
[all …]