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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BView.h 40 xoff = yoff = 0;
49 xoff = x;
53 x = xoff;
57 x = (float)xoff;
86 if(xoff || yoff) {
89 dest.left = updateRect.left + xoff;
91 dest.right = updateRect.right + xoff;
99 if(xoff || yoff) {
102 dest.left = updateRect.left + xoff;
104 dest.right = updateRect.right + xoff;;
113 int xoff, yoff; member in class:SDL_BView
    [all...]
  /frameworks/rs/cpp/
Allocation.cpp 187 void Allocation::setFromFieldPacker(int xoff, FieldPacker fp) {
197 copy1DRangeFromUnchecked(xoff, count, data);
200 void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) {
205 if(xoff < 0) {
218 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
275 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) {
279 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY)) {
285 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
287 validate2DRange(xoff, yoff, w, h);
288 rsAllocation2DData(mRS->mContext, getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace
    [all...]
Allocation.h 66 void validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h);
86 //void setFromFieldPacker(int xoff, FieldPacker fp);
87 //void setFromFieldPacker(int xoff, int component_number, FieldPacker fp);
96 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
98 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
100 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
102 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
104 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 41 public void subData(int xoff, FieldPacker fp) {
42 super.setFromFieldPacker(xoff, fp);
47 public void subElementData(int xoff, int component_number, FieldPacker fp) {
48 super.setFromFieldPacker(xoff, component_number, fp);
77 public void subData2D(int xoff, int yoff, int w, int h, int[] d) {
78 super.copy2DRangeFrom(xoff, yoff, w, h, d);
83 public void subData2D(int xoff, int yoff, int w, int h, float[] d) {
84 super.copy2DRangeFrom(xoff, yoff, w, h, d);
Allocation.java 574 * @param xoff
577 public void setFromFieldPacker(int xoff, FieldPacker fp) {
587 copy1DRangeFromUnchecked(xoff, count, data);
594 * @param xoff
598 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) {
603 if(xoff < 0) {
616 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, local
780 private void validate2DRange(int xoff, int yoff, int w, int h) {
785 if (xoff < 0 || yoff < 0) {
791 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY))
810 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, local
817 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, local
824 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, local
831 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, local
851 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, local
870 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data); local
    [all...]
RenderScript.java 352 native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
353 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
355 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
378 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
379 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
381 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
383 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
384 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
386 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
388 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes)
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 117 final int xoff = 2; local
120 -xoff, midTopY,
121 -xoff, 0);
122 mColorPath.lineTo(width+xoff-1, 0);
123 mColorPath.cubicTo(width+xoff-1, midTopY,
128 mEdgePath.moveTo(-xoff+lineOffset, 0);
129 mEdgePath.cubicTo(-xoff+lineOffset, midTopY,
132 mEdgePath.moveTo(width+xoff-1-lineOffset, 0);
133 mEdgePath.cubicTo(width+xoff-1-lineOffset, midTopY,
  /frameworks/rs/
rsAdapter.cpp 49 void Adapter1D::subData(uint32_t xoff, uint32_t count, const void *data) {
51 void *ptr = getElement(xoff);
109 void rsi_Adapter1DSubData(Context *rsc, RsAdapter1D va, uint32_t xoff, uint32_t count, const void *data) {
111 a->subData(xoff, count, data);
159 void Adapter2D::subData(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data) {
169 memcpy(getElement(xoff, line), src, lineSize);
232 void rsi_Adapter2DSubData(Context *rsc, RsAdapter2D va, uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data) {
234 a->subData(xoff, yoff, w, h, data);
rsAdapter.h 49 void subData(uint32_t xoff, uint32_t count, const void *data);
85 void subData(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data);
rsAllocation.h 93 void data(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, const void *data, size_t sizeBytes);
94 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
96 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
rs_hal.h 134 uint32_t xoff, uint32_t lod, uint32_t count,
137 uint32_t xoff, uint32_t yoff, uint32_t lod,
141 uint32_t xoff, uint32_t yoff, uint32_t zoff,
rsAllocation.cpp 79 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod,
90 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes);
94 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
99 //ALOGE("data2d %p, %i %i %i %i %i %i %p %i", this, xoff, yoff, lod, face, w, h, data, sizeBytes);
107 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes);
111 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff,
544 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
547 a->data(rsc, xoff, lod, count, data, sizeBytes);
562 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
565 a->data(rsc, xoff, yoff, lod, face, w, h, data, sizeBytes)
    [all...]
rs.spec 180 param uint32_t xoff
196 param uint32_t xoff
  /external/jdiff/src/jdiff/
DiffMyers.java 109 private int diag (int xoff, int xlim, int yoff, int ylim)
115 final int dmin = xoff - ylim; // Minimum valid diagonal.
117 final int fmid = xoff - yoff; // Center diagonal of top-down search.
125 fd[fdiagoff + fmid] = xoff;
184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) {
213 if ((fd[fdiagoff + d] - xoff)*2 - dd > 12 * (c + (dd > 0 ? dd : -dd)))
216 && fd[fdiagoff + d] - xoff > 20
283 The subsequence of file 0 is [XOFF, XLIM) and likewise for file 1.
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) {
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff])
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 877 public void showAsDropDown(View anchor, int xoff, int yoff) {
882 registerForScrollChanged(anchor, xoff, yoff);
890 updateAboveAnchor(findDropDownPosition(anchor, p, xoff, yoff));
    [all...]
  /frameworks/rs/driver/
rsdAllocation.h 85 uint32_t xoff, uint32_t lod, uint32_t count,
89 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
94 uint32_t xoff, uint32_t yoff, uint32_t zoff,
rsdAllocation.cpp 83 uint32_t xoff, uint32_t yoff, uint32_t lod,
94 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr);
512 uint32_t xoff, uint32_t lod, uint32_t count,
518 ptr += eSize * xoff;
531 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
541 dst += alloc->mHal.state.type->getLODFaceOffset(lod, face, xoff, yoff);
554 Update2DTexture(rsc, alloc, data, xoff, yoff, lod, face, w, h);
559 uint32_t xoff, uint32_t yoff, uint32_t zoff,
573 uint32_t xoff, uint32_t yoff, uint32_t lod,
576 ptr += alloc->getType()->getLODOffset(lod, xoff, yoff)
    [all...]
  /external/bluetooth/hcidump/parser/
rfcomm.h 123 uint8_t xoff:1; member in struct:parameter_mask
149 uint8_t xoff; member in struct:rpn_values
158 uint8_t xoff:1; member in struct:parameter_mask
190 uint8_t xoff; member in struct:rpn_values
rfcomm.c 144 printf("rtri %d rtro %d rtci %d rtco %d xon %d xoff %d pm 0x%04x\n",
147 rpn->rpn_val.xon, rpn->rpn_val.xoff, btohs(rpn->rpn_val.pm));
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 636 // native void rsnAllocationElementData1D(int con, int id, int xoff, int compIdx, byte[] d, int sizeBytes);
647 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
651 LOG_API("nAllocation2DData_s, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len);
653 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
658 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
662 LOG_API("nAllocation2DData_b, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yoff, w, h, len);
664 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
669 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 100 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 444 milliseconds

1 2