HomeSort by relevance Sort by last modified time
    Searched defs:rotate90 (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/jni/filters/
geometry.c 73 static __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ function
94 rotate90(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
103 rotate90(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 199 static void rotate90(T* dst, const T* src, size_t width, size_t height) function
236 rotate90(dst, src, width, height);
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector2.java 382 public Vector2 rotate90 (int dir) { method in class:Vector2
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Sprite.java 353 public void rotate90 (boolean clockwise) { method in class:Sprite
TextureAtlas.java 383 sprite.rotate90(true);
558 super.rotate90(true);
643 public void rotate90 (boolean clockwise) { method in class:TextureAtlas.AtlasSprite
645 super.rotate90(clockwise);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 1003 // Set rotate90 to false since this is taken care of during regular composition.
1004 bool rotate90 = false; local
1006 DisplayError error = comp_manager_->ValidateScaling(crop, dst, rotate90);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_base.cpp 1009 // Set rotate90 to false since this is taken care of during regular composition.
1010 bool rotate90 = false; local
1012 DisplayError error = comp_manager_->ValidateScaling(crop, dst, rotate90);
    [all...]

Completed in 302 milliseconds