HomeSort by relevance Sort by last modified time
    Searched full:yend (Results 1 - 17 of 17) sorted by null

  /frameworks/base/libs/rs/driver/
rsdBcc.cpp 207 uint32_t yEnd;
233 uint32_t yEnd = yStart + mtls->mSliceSize;
234 yEnd = rsMin(yEnd, mtls->yEnd);
235 if (yEnd <= yStart) {
239 //LOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
241 for (p.y = yStart; p.y < yEnd; p.y++) {
326 if (!sc || (sc->yEnd == 0)) {
327 mtls.yEnd = mtls.dimY
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp 155 int yEnd = rect.maxY();
156 if (yEnd > m_absolutePaintRect.height())
157 yEnd = m_absolutePaintRect.height();
165 while (yOrigin < yEnd) {
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 224 int yend = jas_image_cmptbry( m_image, cmptlut[i] ); local
229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer ))
268 int yend = jas_image_cmptbry( m_image, cmpt ); local
277 for( y = 0; y < yend - ystart; )
330 int yend = jas_image_cmptbry( m_image, cmpt ); local
339 for( y = 0; y < yend - ystart; )
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/base/libs/rs/
RenderScriptDefines.h 325 uint32_t yEnd;
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 205 int yEnd = lowerBoundScaledY(std::min(static_cast<int>(frameReader->y_offset + rowNumber + repeatCount), size().height()) - 1, yBegin + 1) + 1;
206 if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
249 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /frameworks/base/libs/rs/scriptc/
rs_core.rsh 93 uint32_t yEnd;
  /prebuilt/sdk/11/renderscript/include/
rs_math.rsh 193 uint32_t yEnd;
  /prebuilt/sdk/12/renderscript/include/
rs_math.rsh 193 uint32_t yEnd;
  /prebuilt/sdk/13/renderscript/include/
rs_math.rsh 193 uint32_t yEnd;
  /prebuilt/sdk/14/renderscript/include/
rs_core.rsh 93 uint32_t yEnd;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /frameworks/base/opengl/tests/angeles/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 367 float yEnd = Float.parseFloat(args[3]);
377 float yStep = (yEnd - yStart) / stepCount;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_static.a     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_static.a     [all...]

Completed in 436 milliseconds