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

  /external/skia/tools/
compare_baselines.py 79 def Flatten(source_dir, dest_dir, subdirectory_pattern):
155 # Flatten those checked-in baseline images into checkedin_flattened_dir
158 Flatten(source_dir=checkedin_dir, dest_dir=checkedin_flattened_dir,
161 # Flatten the local baseline images into local_flattened_dir
164 Flatten(source_dir=gm_basedir, dest_dir=local_flattened_dir,
  /external/skia/legacy/src/core/
SkPictureFlat.cpp 25 SkFlatBitmap* SkFlatBitmap::Flatten(SkChunkAlloc* heap, const SkBitmap& bitmap,
30 bitmap.flatten(buffer);
33 buffer.flatten(result->fBitmapData);
37 SkFlatMatrix* SkFlatMatrix::Flatten(SkChunkAlloc* heap, const SkMatrix& matrix, int index) {
38 size_t size = matrix.flatten(NULL);
40 matrix.flatten(&result->fMatrixData);
91 SkFlatPaint* SkFlatPaint::Flatten(SkChunkAlloc* heap, const SkPaint& paint,
98 paint.flatten(buffer);
101 buffer.flatten(&result->fPaintData);
216 SkFlatRegion* SkFlatRegion::Flatten(SkChunkAlloc* heap, const SkRegion& region, int index)
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebHistory.cpp 281 void WebHistory::Flatten(JNIEnv* env, WTF::Vector<char>& vector, WebCore::HistoryItem* item)
357 WebHistory::Flatten(env, webItem->m_data, item);
407 // Update the history item which will flatten the data and call update on
478 // save the identifier as it is not included in the flatten data
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 106 milliseconds