HomeSort by relevance Sort by last modified time
    Searched full:gscale (Results 1 - 10 of 10) sorted by null

  /external/skia/include/effects/
SkColorMatrix.h 33 void setScale(SkScalar rScale, SkScalar gScale, SkScalar bScale,
35 void preScale(SkScalar rScale, SkScalar gScale, SkScalar bScale,
37 void postScale(SkScalar rScale, SkScalar gScale, SkScalar bScale,
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
ball_physics.rs 19 float gScale = 1.f;
73 fv -= gGravityVector * 4.f * gScale;
81 float2 pfv = (vec / len2) * touchPressure[i] * 500.f * gScale;
90 const float wallForce = 400.f * gScale;
  /external/mesa3d/src/mesa/main/
pixeltransfer.h 35 GLfloat rScale, GLfloat gScale,
pixeltransfer.c 44 GLfloat rScale, GLfloat gScale,
55 if (gScale != 1.0 || gBias != 0.0) {
58 rgba[i][GCOMP] = rgba[i][GCOMP] * gScale + gBias;
83 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1); local
97 rgba[i][GCOMP] = gMap[F_TO_I(g * gscale)];
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.h 29 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y);
nldiffusion_functions.cpp 205 * @param gscale Scale for computing the image gradient histogram
211 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y) {
227 gaussian_2D_convolution(img, gaussian, ksize_x, ksize_y, gscale);
  /external/skia/src/effects/
SkColorMatrix.cpp 76 void SkColorMatrix::setScale(SkScalar rScale, SkScalar gScale, SkScalar bScale,
80 fMat[kG_Scale] = gScale;
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 123 public void setScale(float rScale, float gScale, float bScale,
131 a[6] = gScale;
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 256 milliseconds