HomeSort by relevance Sort by last modified time
    Searched defs:quad (Results 1 - 22 of 22) sorted by null

  /external/grub/stage2/
defs.h 57 quad; /* an 8-byte item */ typedef in typeref:struct:_quad_
  /frameworks/base/libs/hwui/
Caches.cpp 246 uint16_t quad = i * 4; local
248 regionIndices[index ] = quad; // top-left
249 regionIndices[index + 1] = quad + 1; // top-right
250 regionIndices[index + 2] = quad + 2; // bottom-left
251 regionIndices[index + 3] = quad + 2; // bottom-left
252 regionIndices[index + 4] = quad + 1; // top-right
253 regionIndices[index + 5] = quad + 3; // bottom-right
LayerRenderer.cpp 165 uint16_t quad = i * 4; local
167 indices[index ] = quad; // top-left
168 indices[index + 1] = quad + 1; // top-right
169 indices[index + 2] = quad + 2; // bottom-left
170 indices[index + 3] = quad + 2; // bottom-left
171 indices[index + 4] = quad + 1; // top-right
172 indices[index + 5] = quad + 3; // bottom-right
  /system/media/mca/filterpacks/imageproc/java/
RotateFilter.java 32 import android.filterfw.geometry.Quad;
153 Quad quad = new Quad(x0, x1, x2, x3); local
154 ((ShaderProgram) mProgram).setTargetRegion(quad);
StraightenFilter.java 32 import android.filterfw.geometry.Quad;
151 Quad quad = new Quad(p0, p1, p2, p3); local
152 ((ShaderProgram) mProgram).setSourceRegion(quad);
  /external/icu4c/i18n/
indiancal.cpp 162 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; local
170 quad = uprv_floor(dcent / 1461);
173 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex);
ucol.cpp 4650 uint8_t prim[UCOL_PRIMARY_MAX_BUFFER], second[UCOL_SECONDARY_MAX_BUFFER], tert[UCOL_TERTIARY_MAX_BUFFER], caseB[UCOL_CASE_MAX_BUFFER], quad[UCOL_QUAD_MAX_BUFFER]; local
    [all...]
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 45 #undef quad macro
673 /* Save quad */
678 fprintf(f, "%15.10f ", stereo.quad[i][j].x );
679 fprintf(f, "%15.10f ", stereo.quad[i][j].y );
729 /* load quad */
734 fscanf(f, "%f ", &(stereo.quad[i][j].x) );
735 fscanf(f, "%f ", &(stereo.quad[i][j].y) );
cvepilines.cpp 51 #undef quad macro
317 quad1[i][0] = stereoCamera->quad[0][i].x;
318 quad1[i][1] = stereoCamera->quad[0][i].y;
320 quad2[i][0] = stereoCamera->quad[1][i].x;
321 quad2[i][1] = stereoCamera->quad[1][i].y;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 419 float quad[4][6] = {{0 - 0.5f, 0 - 0.5f, 0.0f, 1.0f, 0.0f, 1.0f}, local
425 device->DrawPrimitiveUP(D3DPT_TRIANGLEFAN, 2, quad, 6 * sizeof(float));
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.cpp 148 static const float quad[] = local
158 HRESULT hr = device->CreateVertexBuffer(sizeof(quad), D3DUSAGE_WRITEONLY, 0, D3DPOOL_DEFAULT, &mQuadVertexBuffer, NULL);
168 memcpy(lockPtr, quad, sizeof(quad));
Context.cpp 2510 Vertex quad[4]; local
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 102 /// the quad-vector, polynomial, or unsigned modifiers set.
103 static char ClassifyType(StringRef ty, bool &quad, bool &poly, bool &usgn) {
106 // remember quad.
108 quad = true;
130 static char ModType(const char mod, char type, bool &quad, bool &poly,
153 quad = true;
158 quad = false;
162 quad = true;
181 quad = true;
192 quad = false
207 bool quad = false; local
296 bool quad = false; local
606 bool quad; local
841 bool quad = false; local
1138 bool dummy, quad = false, poly = false; local
1235 bool quad = false, dummy = false; local
1338 bool quad = false, poly = false, usgn = false; local
    [all...]
  /external/skia/src/core/
SkMath.cpp 493 int quad = ((unsigned)radians / (kTableSize * 256)) & 3; local
505 int quad = ((unsigned)radians / kTableSize) & 3; local
508 if (quad & 1) {
511 if (quad & 2) {
514 if (((quad - 1) & 2) == 0) {
SkStream.cpp 91 uint32_t quad; local
92 if (!this->read(&quad, 4)) {
95 return quad;
SkMatrix.cpp 1072 SkPoint quad[4]; local
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 1368 bool quad = type & 0x10; local
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 248 bool quad = t & 0x10; local
252 return shift ? 7 : (8 << (int)quad) - 1;
254 return shift ? 15 : (4 << (int)quad) - 1;
256 return shift ? 31 : (2 << (int)quad) - 1;
258 return shift ? 63 : (1 << (int)quad) - 1;
261 return (2 << (int)quad) - 1;
263 return shift ? 7 : (8 << (int)quad) - 1;
265 return shift ? 15 : (4 << (int)quad) - 1;
268 return (4 << (int)quad) - 1;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 257 // but it verifies some relations between quad-edges
528 CvPoint2D32f quad[2][4]; /* coordinates of destination quadrangle after member in struct:CvStereoCamera
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 1948 FloatPoint quad[4]; local
    [all...]
RenderObject.cpp 882 FloatPoint quad[4]; local
885 quad[0] = FloatPoint(x1 + max(-adjacentWidth1, 0), y1);
886 quad[1] = FloatPoint(x1 + max(adjacentWidth1, 0), y2);
887 quad[2] = FloatPoint(x2 - max(adjacentWidth2, 0), y2);
888 quad[3] = FloatPoint(x2 - max(-adjacentWidth2, 0), y1);
891 quad[0] = FloatPoint(x1 + max(adjacentWidth1, 0), y1)
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 757 milliseconds