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

  /external/freetype/src/autofit/
afwarp.h 40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
afwarp.c 267 warper->wmin = warper->x2min - warper->x1max;
283 if ( warper->wmin < warper->w0 - margin )
284 warper->wmin = warper->w0 - margin;
290 if ( warper->wmin < warper->w0 * 3 / 4 )
291 warper->wmin = warper->w0 * 3 / 4;
297 warper->wmin = warper->wmax = warper->w0;
300 for ( w = warper->wmin; w <= warper->wmax; w++ )
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 420 const GLfloat wMin = vMin->attrib[VARYING_SLOT_POS][3];
423 const GLfloat eMaj_dw = wMax - wMin;
424 const GLfloat eBot_dw = wMid - wMin;
436 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin;
437 GLfloat eBot_da = vMid->attrib[attr][c] * wMid - vMin->attrib[attr][c] * wMin;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.cpp 103 @Input wMin Minimum size of a texture level
114 const unsigned int wMin,
128 len += PVRT_MAX(wTmp, wMin) * PVRT_MAX(hTmp, hMin);
    [all...]
PVRTTexture.h 556 @param[in] wMin Minimum size of a texture level
567 const unsigned int wMin,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 600 WINOLEAUTAPI QueryPathOfRegTypeLib(REFGUID guid,USHORT wMaj,USHORT wMin,LCID lcid,LPBSTR lpbstrPathName);
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 96 const float wMin = de::max(0.0f, bbox.min.w()); // clamp to w=0 as extension requires
100 retVal.min = tcu::min(bbox.min.swizzle(0, 1, 2) / wMin,
102 retVal.max = tcu::max(bbox.max.swizzle(0, 1, 2) / wMin,
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
arm-dis.c 244 0x0e100160, 0x0f100ff0, "wmin%21?su%22-23w%c\t%12-15g, %16-19g, %0-3g"},
    [all...]

Completed in 737 milliseconds