HomeSort by relevance Sort by last modified time
    Searched full:xindex (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/image-decoders/openvg/
ImageDecoderOpenVG.cpp 56 for (int xIndex = 0; xIndex < numColumns; ++xIndex) {
57 IntRect tileRect = tiledImage->tileRect(xIndex, yIndex);
70 tiledImage->setTile(xIndex, yIndex, image);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 135 int TilingData::tilePositionX(int xIndex) const
137 ASSERT(xIndex >= 0 && xIndex < numTilesX());
140 for (int i = 0; i < xIndex; i++)
157 int TilingData::tileSizeX(int xIndex) const
159 ASSERT(xIndex >= 0 && xIndex < numTilesX());
161 if (!xIndex && m_numTilesX == 1)
163 if (!xIndex && m_numTilesX > 1)
165 if (xIndex < numTilesX() - 1
    [all...]
TilingData.h 65 int tilePositionX(int xIndex) const;
67 int tileSizeX(int xIndex) const;
77 IntPoint textureOffset(int xIndex, int yIndex) const;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.cpp 83 void TiledImageOpenVG::setTile(int xIndex, int yIndex, VGImage image)
85 ASSERT(xIndex < m_numColumns);
86 int i = (yIndex * m_numColumns) + xIndex;
112 VGImage TiledImageOpenVG::tile(int xIndex, int yIndex) const
114 ASSERT(xIndex < m_numColumns);
115 int i = (yIndex * m_numColumns) + xIndex;
120 IntRect TiledImageOpenVG::tileRect(int xIndex, int yIndex) const
122 ASSERT(xIndex < m_numColumns);
123 ASSERT((yIndex * m_numColumns) + xIndex < m_tiles.size());
125 int x = xIndex * m_maxTileSize.width()
    [all...]
TiledImageOpenVG.h 51 void setTile(int xIndex, int yIndex, VGImage);
52 VGImage tile(int xIndex, int yIndex) const;
53 IntRect tileRect(int xIndex, int yIndex) const;
PainterOpenVG.cpp 1080 for (int xIndex = drawnTiles.x(); xIndex < drawnTiles.right(); ++xIndex) {
1082 FloatRect tile(tiledImage->tileRect(xIndex, yIndex));
    [all...]
  /external/jpeg/
jctrans.c 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
317 for (xindex = 0; xindex < blockcnt; xindex++)
321 xindex = 0;
329 for (; xindex < compptr->MCU_width; xindex++) {
jdcoefct.c 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
209 for (xindex = 0; xindex < useful_width; xindex++) {
211 (JCOEFPTR) coef->MCU_buffer[blkn+xindex],
259 int blkn, ci, xindex, yindex, yoffset; local
319 for (xindex = 0; xindex < compptr->MCU_width; xindex++) {
396 int ci, xindex, yindex, yoffset local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
jccoefct.c 345 int blkn, ci, xindex, yindex, yoffset; local
375 for (xindex = 0; xindex < compptr->MCU_width; xindex++) {
  /external/elfutils/libebl/
eblsectionname.c 65 snprintf (buf, len, "%s: %d", "XINDEX", xsection);
  /external/grub/stage2/
fsys_jfs.c 37 int xindex; member in struct:jfs_info
71 jfs.xindex = 2;
91 if (++jfs.xindex < jfs.xlastindex) {
96 jfs.xindex = XTENTRYSTART;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 299 int xIndex = (pntCount++) << 1;
300 int yIndex = xIndex + 1;
301 xy[xIndex] = x[i];
303 uv[xIndex] = u[i];
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 54 * poly_clip_to_halfspace(p, q, XINDEX, -1., -xmin);
56 * poly_clip_to_halfspace(p, q, XINDEX, 1., xmax);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
MVS.uudecode 318 Xindex(sp, c)
  /external/elfutils/
NEWS 547 Handle XINDEX correctly in nm and string.
  /external/elfutils/po/
elfutils.pot 495 " Section header string table index: XINDEX%s\n"
    [all...]
  /external/elfutils/src/
elflint.c 666 section [%2d] '%s': XINDEX for zeroth entry not zero\n"),
702 section [%2d] '%s': symbol %zu: XINDEX used for index which would fit in st_shndx (%" PRIu32 ")\n"),
    [all...]
strip.c     [all...]
ldgeneric.c     [all...]
readelf.c 647 printf (gettext (" Section header string table index: XINDEX%s\n\n"),
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/
ld 
ld.gold 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-ld 
arm-linux-androideabi-ld.gold 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ld 

Completed in 1076 milliseconds

1 2