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

  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 76 def offsetRect(rect, dx, dy):
158 >>> offsetRect((10, 20, 30, 40), 5, 6)
  /frameworks/base/libs/hwui/
DisplayListOp.h 623 #define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect, xDim, yDim) \
624 TextureVertex::set(ptr++, posRect.xDim - offsetRect.left, posRect.yDim - offsetRect.top, \
    [all...]

Completed in 133 milliseconds