HomeSort by relevance Sort by last modified time
    Searched refs:vsize (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/skia/src/gpu/
GrAARectRenderer.cpp 130 size_t vsize = GrDrawState::VertexSize(layout); local
147 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
149 set_inset_fan(fan0Pos, vsize, devRect, -SK_ScalarHalf, -SK_ScalarHalf);
150 set_inset_fan(fan1Pos, vsize, devRect, SK_ScalarHalf, SK_ScalarHalf);
154 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
164 verts += 4 * vsize;
166 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
199 size_t vsize = GrDrawState::VertexSize(layout); local
218 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
219 GrPoint* fan2Pos = reinterpret_cast<GrPoint*>(verts + 8 * vsize);
    [all...]
  /external/chromium/chrome/browser/
process_info_snapshot.h 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
69 vsize(0) {
83 // vsize --> comm_priv,
process_info_snapshot_mac_unittest.cc 37 EXPECT_GT(proc_info.vsize, 0u);
80 EXPECT_GE(proc_info.vsize, 1024u); // Sanity check: our |vsize| is presumably
92 EXPECT_GT(proc_info.vsize, 0u); // Its |vsize| should be nonzero though.
process_info_snapshot_mac.cc 169 in >> proc_info.vsize;
171 proc_info.vsize *= 1024;
179 if (!proc_info.pid || ! proc_info.vsize) {
203 "vsize"); // Total virtual memory
220 // PID RSIZE RSHRD RPRVT VSIZE
267 proc_info.vsize = values[3];
287 "^llllllllllllllllllll"); // Total virtual memory (VSIZE)
304 // PID RSIZE RSHRD RPRVT VSIZE
336 proc_info.vsize = values[3];
437 usage->priv = proc_info.vsize / 1024
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LongVector.java 21 static final int VSIZE = 8;
26 objects = new ConstInfo[VSIZE][];
31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE; local
32 objects = new ConstInfo[vsize][];
52 ConstInfo[][] newObj = new ConstInfo[len + VSIZE][];
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 71 * \param vsize height of the image being aligned
75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot);
127 * \param vsize height of the image
129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
dbstabsmooth.cpp 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
117 // int vsize = bimg->h;
120 double border_y = border_factor * vsize;
131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y);
157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y)))
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbstabsmooth.h 71 * \param vsize height of the image being aligned
75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot);
127 * \param vsize height of the image
129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
dbstabsmooth.cpp 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
117 // int vsize = bimg->h;
120 double border_y = border_factor * vsize;
131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y);
157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y)))
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 71 * \param vsize height of the image being aligned
75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot);
127 * \param vsize height of the image
129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
dbstabsmooth.cpp 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
117 // int vsize = bimg->h;
120 double border_y = border_factor * vsize;
131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y);
157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y)))
    [all...]
  /frameworks/compile/slang/
slang_rs_export_element.h 46 unsigned vsize; member in struct:slang::RSExportElement::__anon19978
slang_rs_export_element.cpp 42 EI->vsize = _vsize; \
79 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
92 slangAssert(EI->vsize > 1 && "Element not a vector class (please check "
103 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected "
  /external/icu4c/common/
locid.cpp 259 int32_t vsize = 0; local
289 vsize = (int32_t)uprv_strlen(newVariant);
290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
292 vsize--;
296 if( vsize > 0 )
298 size += vsize;
302 if ( vsize > 0 )
340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
351 if ( vsize != 0
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBaseFontElement03.js 91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink",4,vsize);
HTMLFontElement03.js 91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","4",vsize);
HTMLHRElement03.js 91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","5",vsize);
HTMLInputElement13.js 93 var vsize;
104 vsize = testNode.size;
106 assertEquals("size",25,vsize);
HTMLSelectElement12.js 92 var vsize;
103 vsize = testNode.size;
105 assertEquals("sizeLink",1,vsize);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBaseFontElement03.js 91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink",4,vsize);
HTMLFontElement03.js 91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","4",vsize);
HTMLHRElement03.js 91 var vsize;
102 vsize = testNode.size;
104 assertEquals("sizeLink","5",vsize);
HTMLInputElement13.js 93 var vsize;
104 vsize = testNode.size;
106 assertEquals("size",25,vsize);

Completed in 2579 milliseconds

1 2 3