Searched refs:fixed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.cpp101 const float fixed = bitmapWidth - stretchSize; local
102 const float xStretch = fmaxf(width - fixed, 0.0f);
104 rescaleX = fixed == 0.0f ? 0.0f : fminf(fmaxf(width, 0.0f) / fixed, 1.0f);
113 const float fixed = bitmapHeight - stretchSize; local
114 const float yStretch = fmaxf(height - fixed, 0.0f);
116 rescaleY = fixed == 0.0f ? 0.0f : fminf(fmaxf(height, 0.0f) / fixed, 1.0f);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp988 GGLfixed fixed[4]; local
990 fixed[i] = gglFloatToFixed(params[i]);
991 c->rasterizer.procs.texEnvxv(c, target, pname, fixed);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css139 font-family: monospace, fixed;

Completed in 157 milliseconds