HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 801 - 825 of 3817) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 48 bool GrTexture::readPixels(int left, int top, int width, int height,
57 left, top, width, height,
62 void GrTexture::writePixels(int left, int top, int width, int height,
71 left, top, width, height,
SkGrPixelRef.cpp 157 int left, top, width, height; local
159 left = subset->fLeft;
164 left = 0;
176 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/src/core/
SkRegionPriv.h 174 int left = SK_MaxS32;
195 if (left > L) {
196 left = L;
223 bounds->fLeft = left;
SkSpriteBlitter.h 23 virtual void setup(const SkBitmap& device, int left, int top,
  /external/skia/src/gpu/
GrTexture.cpp 48 bool GrTexture::readPixels(int left, int top, int width, int height,
57 left, top, width, height,
62 void GrTexture::writePixels(int left, int top, int width, int height,
71 left, top, width, height,
SkGrPixelRef.cpp 157 int left, top, width, height; local
159 left = subset->fLeft;
164 left = 0;
176 return fSurface->readPixels(left, top, width, height,
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 89 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; local
90 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) {
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 87 * @param left
92 public static void gluOrtho2D(GL10 gl, float left, float right,
94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f);
115 float left = bottom * aspect; local
117 gl.glFrustumf(left, right, bottom, top, zNear, zFar);
  /frameworks/native/libs/ui/tests/
Region_test.cpp 29 EXPECT_FALSE((rhs->right > lhs->left && rhs->right < lhs->right) ||
30 (rhs->left > lhs->left && rhs->left < lhs->right));
  /packages/apps/Camera/src/com/android/camera/ui/
RenderOverlay.java 38 public void layout(int left, int top, int right, int bottom);
141 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
143 super.onLayout(changed, left, top, right, bottom);
146 renderer.layout(left, top, right, bottom);
RotateImageView.java 99 int w = bounds.right - bounds.left;
118 int left = getPaddingLeft(); local
122 int width = getWidth() - left - right;
133 canvas.translate(left + width / 2, top + height / 2);

Completed in 718 milliseconds

<<31323334353637383940>>