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

  /external/skia/gpu/include/
GrGLTexture.h 155 Orientation fOrientation;
215 Orientation orientation() const { return fOrientation; }
236 Orientation fOrientation;
  /external/skia/gpu/src/
GrGLTexture.cpp 115 fOrientation = textureDesc.fOrientation;
170 GrAssert(kTopDown_Orientation == fOrientation);
GrGpuGL.cpp 614 texDesc.fOrientation = GrGLTexture::kBottomUp_Orientation;
    [all...]
  /external/skia/include/utils/
SkCamera.h 141 mutable SkMatrix fOrientation;
  /external/skia/src/utils/
SkCamera.cpp 292 SkMatrix* orien = &fOrientation;
315 const SkScalar* mapPtr = (const SkScalar*)(const void*)&fOrientation;
325 *(const SkUnit3D*)(((const SkScalar*)(const void*)&fOrientation) + 6));

Completed in 44 milliseconds