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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h 116 FloatPoint m_translate; member in class:WebCore::SVGDocumentExtensions
  /hardware/ti/omap4xxx/hwc/
hwc.c 492 static inline void m_translate(float m[2][3], int dx, int dy) function
571 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
588 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 681 static inline void m_translate(float m[2][3], int dx, int dy) function
760 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
777 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
    [all...]

Completed in 322 milliseconds