Searched defs:GrDeviceCoordTexture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTexture.h185 class GrDeviceCoordTexture { class
187 GrDeviceCoordTexture() { fOffset.set(0, 0); } function in class:GrDeviceCoordTexture
189 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) { function in class:GrDeviceCoordTexture
193 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset) function in class:GrDeviceCoordTexture
198 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {
/external/skia/include/gpu/
H A DGrTexture.h185 class GrDeviceCoordTexture { class
187 GrDeviceCoordTexture() { fOffset.set(0, 0); } function in class:GrDeviceCoordTexture
189 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) { function in class:GrDeviceCoordTexture
193 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset) function in class:GrDeviceCoordTexture
198 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {

Completed in 106 milliseconds