HomeSort by relevance Sort by last modified time
    Searched refs:shx (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
api_transform.c 117 void vegaShear(VGfloat shx, VGfloat shy)
121 matrix_shear(dst, shx, shy);
matrix.h 200 VGfloat shx, VGfloat shy)
205 shear_matrix.m[3] = shx;
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 185 int ex, shx; local
191 shx = ex % 3;
192 shx -= shx >= 0 ? 3 : 0;
193 ex = (ex - shx) / 3; /* exponent of cube root */
194 v.i = (ix & ((1<<23)-1)) | ((shx + 127)<<23);
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 574 public void shear(double shx, double shy)
576 graphics.shear(shx, shy);
  /external/opencv3/modules/core/src/
mathfuncs.cpp 134 int ex, shx; local
140 shx = ex % 3;
141 shx -= shx >= 0 ? 3 : 0;
142 ex = (ex - shx) / 3; /* exponent of cube root */
143 v.i = (ix & ((1<<23)-1)) | ((shx + 127)<<23);
    [all...]
  /external/mesa3d/include/VG/
openvg.h 559 VG_API_CALL void VG_API_ENTRY vgShear(VGfloat shx, VGfloat shy) VG_API_EXIT;
    [all...]

Completed in 225 milliseconds