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

  /bionic/libc/bionic/
__cxa_guard.cpp 53 int32_t aligner; member in union:_guard_t
66 int64_t aligner; member in union:_guard_t
  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 75 * Main class that creates a mosaic by creating an aligner and blender.
86 * Creates the aligner and blender and initializes state.
131 * \return Pointer to the aligner object.
133 Align* getAligner() { return aligner; }
206 * Pointer to aligner.
208 Align *aligner; member in class:Mosaic
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 75 * Main class that creates a mosaic by creating an aligner and blender.
86 * Creates the aligner and blender and initializes state.
131 * \return Pointer to the aligner object.
133 Align* getAligner() { return aligner; }
206 * Pointer to aligner.
208 Align *aligner; member in class:Mosaic
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 75 * Main class that creates a mosaic by creating an aligner and blender.
86 * Creates the aligner and blender and initializes state.
131 * \return Pointer to the aligner object.
133 Align* getAligner() { return aligner; }
200 * Pointer to aligner.
202 Align *aligner; member in class:Mosaic

Completed in 212 milliseconds