HomeSort by relevance Sort by last modified time
    Searched full:flatten (Results 276 - 300 of 535) sorted by null

<<11121314151617181920>>

  /external/skia/src/core/
SkXfermode.cpp 693 void SkProcXfermode::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkProcXfermode
694 this->INHERITED::flatten(buffer);
755 virtual void flatten(SkFlattenableWriteBuffer& buffer) const SK_OVERRIDE {
756 this->INHERITED::flatten(buffer);
    [all...]
SkPicturePlayback.cpp 90 writer.flatten(buffer);
194 * flatten the pixels in a bitmap shader.
400 fPathHeap->flatten(buffer);
    [all...]
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 150 if (mCamera->setParameters(params.flatten()) == OK) {
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 193 virtual void flatten(SkFlattenableWriteBuffer& );
407 void Gradient_Shader::flatten(SkFlattenableWriteBuffer& buffer) { function in class:Gradient_Shader
408 this->INHERITED::flatten(buffer);
735 * colors and positions. Note: we don't try to flatten the fMapper, so if one
856 virtual void flatten(SkFlattenableWriteBuffer& buffer) SK_OVERRIDE {
857 this->INHERITED::flatten(buffer);
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 187 void SkGradientShaderBase::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkGradientShaderBase
188 this->INHERITED::flatten(buffer);
463 * colors and positions. Note: we don't try to flatten the fMapper, so if one
SkGradientShaderPriv.h 128 virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
  /external/clang/utils/
FindSpecRefs 789 def flatten((key, children, data)): function in function:buildRefTree
790 children = sorted(map(flatten,children.values()))
793 return flatten(root)
    [all...]
  /external/skia/legacy/src/core/
SkXfermode.cpp 688 void SkProcXfermode::flatten(SkFlattenableWriteBuffer& buffer) { function in class:SkProcXfermode
733 virtual void flatten(SkFlattenableWriteBuffer& buffer) { function in class:SkProcCoeffXfermode
734 this->INHERITED::flatten(buffer);
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 258 * Flatten an SkBitmap to send to the reader, where it will be referenced
344 bm.flatten(buffer);
945 // TODO: flatten xfermode
    [all...]
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 114 // flatten it into a single buffer, then write that to the backup
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 90 /// As we flatten the tree, we use UP, DOWN nodes to represent
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 129 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/chromium/base/
file_util.cc 258 // file_util::AbsolutePath() does not flatten case on Windows, so we must do
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 93 // flatten out as the height becomes less than the corner radius.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 151 // <pathconvert property="filename"><path path="${file}"/><mapper type="flatten"/></pathconvert>
  /external/skia/legacy/include/core/
SkShader.h 282 virtual void flatten(SkFlattenableWriteBuffer& ) SK_OVERRIDE;
  /external/skia/legacy/src/animator/
SkDrawExtraPathEffect.cpp 141 virtual void flatten(SkFlattenableWriteBuffer& ) {} function in class:SkShape1DPathEffect
  /external/webkit/Source/JavaScriptCore/runtime/
JSString.cpp 145 // This turned out to be a really inefficient rope. Just flatten it.
  /external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp 316 firstRequest().httpBody()->flatten(d->m_formData);
  /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/webp/src/enc/
picture.c 867 static WEBP_INLINE void flatten(uint8_t* ptr, int v, int stride, int size) { function
900 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
901 flatten(pic->u + off_uv, values[1], pic->uv_stride, SIZE2);
902 flatten(pic->v + off_uv, values[2], pic->uv_stride, SIZE2);
    [all...]
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 115 // flatten it into a single buffer, then write that to the backup
  /frameworks/native/include/binder/
Parcel.h 291 val.flatten(buffer);
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 123 virtual status_t flatten(void* buffer, size_t size,
  /frameworks/native/include/ui/
Region.h 140 status_t flatten(void* buffer) const;

Completed in 827 milliseconds

<<11121314151617181920>>