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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 31 nativeFormat = NULL;
35 &nativeFormat
48 nativeFormat = NULL;
50 format ? format->nativeFormat : NULL,
51 &nativeFormat
60 nativeFormat,
72 DllExports::GdipDeleteStringFormat(nativeFormat);
78 nativeFormat,
86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
97 nativeFormat,
    [all...]
GdiPlusPath.h 647 format ? format->nativeFormat : NULL
671 format ? format->nativeFormat : NULL
695 format ? format->nativeFormat : NULL
719 format ? format->nativeFormat : NULL
    [all...]
GdiPlusGraphics.h     [all...]
  /frameworks/base/core/jni/
android_media_AudioFormat.h 56 static inline int audioFormatFromNative(audio_format_t nativeFormat)
58 switch (nativeFormat) {
  /external/deqp/framework/common/
tcuFloatFormat.cpp 271 static FloatFormat nativeFormat (void)
290 return nativeFormat<float>();
295 return nativeFormat<double>();
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 204 sp<AMessage> nativeFormat;
205 AMediaFormat_getFormat(format, &nativeFormat);
206 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
212 return translate_error(mData->mCodec->configure(nativeFormat, surface,
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 664 int nativeFormat;
669 nativeFormat = Image_getPixelFormat(env, format);
692 ctx->setBufferFormat(nativeFormat);
703 res = consumer->setDefaultBufferFormat(nativeFormat);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.cpp     [all...]

Completed in 443 milliseconds