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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SpriteCacheOffsetTest.java 47 sprite.rotate90(true);
TextureAtlasTest.java 79 badlogicSmall.rotate90(true);
  /hardware/qcom/display/msm8996/sdm/include/private/
resource_interface.h 53 bool rotate90, bool ubwc_tiled,
  /hardware/qcom/display/msmcobalt/sdm/include/private/
resource_interface.h 53 bool rotate90, bool ubwc_tiled,
  /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);
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.h 64 DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90);
resource_default.h 59 bool rotate90, bool ubwc_tiled, bool use_rotator_downscale);
comp_manager.cpp 413 bool rotate90) {
414 return resource_intf_->ValidateScaling(crop, dst, rotate90, Debug::IsUbwcTiledFrameBuffer(),
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...]
resource_default.cpp 703 bool rotate90, bool ubwc_tiled,
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
comp_manager.h 64 DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90);
resource_default.h 59 bool rotate90, bool ubwc_tiled, bool use_rotator_downscale);
comp_manager.cpp 413 bool rotate90) {
414 return resource_intf_->ValidateScaling(crop, dst, rotate90, Debug::IsUbwcTiledFrameBuffer(),
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...]
resource_default.cpp 703 bool rotate90, bool ubwc_tiled,
  /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/graphics/g2d/
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);
Sprite.java 353 public void rotate90 (boolean clockwise) { method in class:Sprite
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector2.java 382 public Vector2 rotate90 (int dir) { method in class:Vector2

Completed in 945 milliseconds