Home
last modified time | relevance | path

Searched refs:OriginLeftBottom (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageOrientation.h47 OriginLeftBottom = 8, // 270 degree CW rotation enumerator
75 if (exifValue < OriginTopLeft || exifValue > OriginLeftBottom) in fromEXIFValue()
DImageOrientation.cpp54 case OriginLeftBottom: in transformFromDefault()