HomeSort by relevance Sort by last modified time
    Searched defs:posX (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/gm/
glyph_pos_align.cpp 60 SkScalar posX[kMaxStringLength];
77 posX[i] = x + originX * widths[i];
78 pos[i].set(posX[i], i ? pos[i - 1].y() + 3 : y + kTextHeight);
82 canvas->drawPosTextH(text, length, posX, y, paint);
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 122 const size_t posX = (size_t(index) * 2) + 0;
125 if (posX >= offset && posX < offset+size)
126 coords[posX - offset] = ((i % 2) == 0 ? extend2BitsToByte(0x0u) : extend2BitsToByte(0x3u));
    [all...]

Completed in 2884 milliseconds