Searched refs:getYOffset (Results 1 - 6 of 6) sorted by relevance

/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
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java170 public int getYOffset() { method in class:ShadowPopupWindow
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java112 public int getYOffset() { method in class:BitmapCharacter
H A DLetterQuad.java284 float yOffset = bitmapChar.getYOffset() * sizeScale;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPopupWindowTest.java151 assertEquals(shadowOf(popupWindow).getYOffset(), 69);
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp787 fYCoord = fAtlas->getYOffset(fRow) + SK_ScalarHalf *

Completed in 2826 milliseconds