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

  /external/chromium_org/content/renderer/media/
test_response_generator.h 19 kNormal = 0,
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 58 kNormal,
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.h 48 kNormal,
vpx_video_decoder.h 46 kNormal,
gpu_video_decoder.h 69 kNormal,
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 70 kNormal,
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 240 Vector3f kNormal;
251 kNormal = tempVa.subtractLocal(center);
252 kNormal.normalizeLocal();
254 nb.put(kNormal.x).put(kNormal.y).put(kNormal.z);
256 nb.put(-kNormal.x).put(-kNormal.y).put(-kNormal.z);
Sphere.java 204 Vector3f kNormal;
215 kNormal = tempVa;
216 kNormal.normalizeLocal();
219 normBuf.put(kNormal.x).put(kNormal.y).put(
220 kNormal.z);
222 normBuf.put(-kNormal.x).put(-kNormal.y).put(
223 -kNormal.z);
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 37 kNormal, // normal playing state.
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 44 kNormal = 0,
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
298 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
  /external/skia/include/core/
SkTypeface.h 44 kNormal = 0,
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
298 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
  /external/chromium_org/printing/
print_job_constants.cc 147 const char kNormal[] = "Normal";
  /external/chromium_org/ui/native_theme/
native_theme.h 83 kNormal,
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 32 kNormal = 400,
52 kNormal = 5,

Completed in 297 milliseconds