/external/chromium_org/third_party/skia/src/core/ |
SkRegionPriv.h | 174 int left = SK_MaxS32; 195 if (left > L) { 196 left = L; 223 bounds->fLeft = left;
|
SkScan_Antihair.cpp | 414 if (x0 > x1) { // we want to go left-to-right 543 int left, right; 545 left = SkFixedFloor(fstart - SK_FixedHalf); 549 left = SkFixedFloor(fstart + (istop - istart - 1) * slope - SK_FixedHalf); 552 left -= 1; 555 if (left >= clip->fRight || right <= clip->fLeft) { 558 if (clip->fLeft <= left && clip->fRight >= right) { 643 SkFDot6 left = SkMin32(x0, x1); 649 ir.set( SkFDot6Floor(left) - 1, 704 int left = L >> 8 [all...] |
SkSpriteBlitter.h | 23 virtual void setup(const SkBitmap& device, int left, int top,
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTexture.cpp | 47 bool GrTexture::readPixels(int left, int top, int width, int height, 56 left, top, width, height, 61 void GrTexture::writePixels(int left, int top, int width, int height, 70 left, top, width, height,
|
SkGrPixelRef.cpp | 165 int left, top, width, height; local 167 left = subset->fLeft; 172 left = 0; 184 return fSurface->readPixels(left, top, width, height,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
inttree.h | 15 struct IntervalTreeNode *left, *right, *parent; member in struct:IntervalTreeNode 26 * and check the left branch as well. 35 * created when ITTreeCreate is called. root->left should always
|
/external/chromium_org/tools/code_coverage/ |
croc.css | 28 padding-left:10px; 61 padding-left:6px;
|
/external/chromium_org/ui/webui/resources/css/ |
bubble.css | 38 left: 6px; 63 left: 0;
|
menu.css | 11 left: 0; 46 background: -webkit-linear-gradient(left,
|
/external/icu4c/samples/layout/ |
Surface.cpp | 21 clip.left = 0;
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestQ3.java | 62 private boolean left=false,right=false,up=false,down=false; field in class:TestQ3 128 if(left) 157 left=true; 159 left=false;
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloCollision.java | 66 private boolean left = false, right = false, up = false, down = false; field in class:HelloCollision 131 inputManager.addMapping("Left", new KeyTrigger(KeyInput.KEY_A)); 136 inputManager.addListener(this, "Left"); 146 if (binding.equals("Left")) { 147 if (value) { left = true; } else { left = false; } 171 if (left) { walkDirection.addLocal(camLeft); }
|
/external/skia/bench/ |
ChromeBench.cpp | 485 SkASSERT(bounds.right()-bounds.left() >= W);
|
/external/skia/src/core/ |
SkRegionPriv.h | 174 int left = SK_MaxS32; 195 if (left > L) { 196 left = L; 223 bounds->fLeft = left;
|
SkScan_Antihair.cpp | 414 if (x0 > x1) { // we want to go left-to-right 543 int left, right; 545 left = SkFixedFloor(fstart - SK_FixedHalf); 549 left = SkFixedFloor(fstart + (istop - istart - 1) * slope - SK_FixedHalf); 552 left -= 1; 555 if (left >= clip->fRight || right <= clip->fLeft) { 558 if (clip->fLeft <= left && clip->fRight >= right) { 643 SkFDot6 left = SkMin32(x0, x1); 649 ir.set( SkFDot6Floor(left) - 1, 704 int left = L >> 8 [all...] |
SkSpriteBlitter.h | 23 virtual void setup(const SkBitmap& device, int left, int top,
|
/external/skia/src/gpu/ |
GrTexture.cpp | 47 bool GrTexture::readPixels(int left, int top, int width, int height, 56 left, top, width, height, 61 void GrTexture::writePixels(int left, int top, int width, int height, 70 left, top, width, height,
|
SkGrPixelRef.cpp | 165 int left, top, width, height; local 167 left = subset->fLeft; 172 left = 0; 184 return fSurface->readPixels(left, top, width, height,
|
/external/skia/tests/ |
PathOpsCubicLineIntersectionTest.cpp | 99 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; local 100 SkDebugf("cubic=(%1.9g, %1.9g, %1.9g)\n", left[0], left[1], left[2]);
|
PathOpsQuadLineIntersectionTest.cpp | 44 double left = line[0].fX; local 46 flipped = left > right; 48 SkTSwap<double>(left, right); 50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
|
PathOpsQuadLineIntersectionThreadedTest.cpp | 27 double left = line[0].fX; local 29 flipped = left > right; 31 SkTSwap<double>(left, right); 33 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
DefaultParticipantStatusListener.java | 37 public void left(String participant) { method in class:DefaultParticipantStatusListener
|
ParticipantStatusListener.java | 42 * Called when a room occupant has left the room on its own. This means that the occupant was 45 * @param participant the participant that has left the room on its own. 48 public abstract void left(String participant); method in interface:ParticipantStatusListener
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pax.c | 290 size_t len, left; local 304 left = len - sizeof(*resp); 306 if (left < 2 + EAP_PAX_RAND_LEN || 312 left -= 2; 317 left -= EAP_PAX_RAND_LEN; 319 if (left < 2 || (size_t) 2 + WPA_GET_BE16(pos) > left) { 333 left -= 2 + data->cid_len; 337 if (left < 2 + EAP_PAX_MAC_LEN || 343 left -= 2 [all...] |
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 216 size_t left = siz; local 218 if (left) { 220 while (--left != 0) { 226 if (left == 0) {
|