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

  /bionic/libstdc++/src/
one_time_construction.cpp 44 int32_t aligner; member in union:__anon761
60 int64_t aligner; member in union:__anon762
  /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/Camera2/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 692 milliseconds