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

  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 185 class GrDeviceCoordTexture {
187 GrDeviceCoordTexture() { fOffset.set(0, 0); }
189 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) {
193 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
198 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {
  /external/skia/include/gpu/
GrTexture.h 185 class GrDeviceCoordTexture {
187 GrDeviceCoordTexture() { fOffset.set(0, 0); }
189 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) {
193 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
198 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {

Completed in 33 milliseconds