Searched defs:vertOffset (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dbitmapcopy.cpp88 SkScalar vertOffset = height + vertMargin; local
101 canvas->translate(0, vertOffset);
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java54 * @param vertOffset The offset of the collision box from the object's origin in the y axis.
56 public BackgroundCollisionComponent(int width, int height, int horzOffset, int vertOffset) { argument
63 mVerticalOffset = vertOffset;
110 public void setOffset(int horzOffset, int vertOffset) { argument
112 mVerticalOffset = vertOffset;
/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp805 CGSize vertOffset; local
806 CTFontGetVerticalTranslationsForGlyphs(fCTVerticalFont, &glyphID, &vertOffset, 1);
807 const SkPoint trans = {SkFloatToScalar(vertOffset.width),
808 SkFloatToScalar(vertOffset.height)};

Completed in 112 milliseconds