Searched defs:getYOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h63 * Where yOffset, returned by getYOffset(), is the offset to the start of the row within the
67 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; } function in class:GrTextureStripAtlas
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java112 public int getYOffset() { method in class:BitmapCharacter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java170 public int getYOffset() { method in class:ShadowPopupWindow
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h63 * Where yOffset, returned by getYOffset(), is the offset to the start of the row within the
67 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; } function in class:GrTextureStripAtlas

Completed in 107 milliseconds