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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp 48 void SkClampRange::init(SkFixed fx0, SkFixed dx0, int count, int v0, int v1) {
58 this->initFor1(fx0);
62 int64_t fx = fx0;
71 fFx1 = fx0;
108 this->initFor1(fx0);
157 fFx1 = fx0 + fCount0 * (int)dx;
  /external/skia/src/effects/gradients/
SkClampRange.cpp 48 void SkClampRange::init(SkFixed fx0, SkFixed dx0, int count, int v0, int v1) {
58 this->initFor1(fx0);
62 int64_t fx = fx0;
71 fFx1 = fx0;
108 this->initFor1(fx0);
157 fFx1 = fx0 + fCount0 * (int)dx;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 124 GLfixed fx0; /* fixed pt X of lower endpoint */ member in struct:__anon15299
257 eMaj.fx0 = vMin_fx;
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
270 eTop.fx0 = vMid_fx;
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
280 eBot.fx0 = vMin_fx;
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
    [all...]
s_aaline.c 289 const GLfloat fx0 = sx - info->qx0; local
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 124 GLfixed fx0; /* fixed pt X of lower endpoint */ member in struct:__anon25641
257 eMaj.fx0 = vMin_fx;
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
270 eTop.fx0 = vMid_fx;
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
280 eBot.fx0 = vMin_fx;
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
    [all...]
s_aaline.c 289 const GLfloat fx0 = sx - info->qx0; local
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);

Completed in 375 milliseconds