HomeSort by relevance Sort by last modified time
    Searched refs:foreground (Results 76 - 100 of 168) sorted by null

1 2 34 5 6 7

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 116 GCvalues.foreground = ~0;
  /external/speex/libspeex/
mdf.c 97 /* If enabled, the AEC will use a foreground filter and a background filter to be more robust to double-talk
160 spx_word16_t *foreground; /* Foreground filter weights */ member in struct:SpeexEchoState_
462 st->foreground = (spx_word16_t*)speex_alloc(M*N*C*K*sizeof(spx_word16_t));
543 st->foreground[i] = 0;
609 speex_free(st->foreground);
800 /* Compute foreground filter */
801 spectral_mul_accum16(st->X, st->foreground+chan*N*K*M, st->Y+chan*N, N, M*K);
899 /* Logic for updating the foreground filter */
929 /* Copy background filter to foreground filter *
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 561 // current format in the foreground
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 69 bool foreground);
208 bool foreground) {
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 239 ItemColor* foreground,
248 foreground->color_is_set = false;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 236 // Set the foreground attribute for the field
237 inline void set_foreground(chtype foreground) {
238 OnError(::set_field_fore(field,foreground));
241 // Retrieve the fields foreground attribute
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 236 // Set the foreground attribute for the field
237 inline void set_foreground(chtype foreground) {
238 OnError(::set_field_fore(field,foreground));
241 // Retrieve the fields foreground attribute
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 236 // Set the foreground attribute for the field
237 inline void set_foreground(chtype foreground) {
238 OnError(::set_field_fore(field,foreground));
241 // Retrieve the fields foreground attribute
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_launcher_item_controller.cc 214 bool foreground) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 280 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /external/chromium_org/third_party/mesa/src/src/glx/
xfont.c 283 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 286 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /external/chromium_org/ui/gfx/
render_text.h 56 void SetForegroundColor(SkColor foreground);
304 // antialiasing is disabled and foreground color is forced to black.
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 280 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /external/mesa3d/src/glx/
xfont.c 283 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 286 values.foreground = BlackPixel(dpy, DefaultScreen(dpy));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 204 foregroundLabel.setText("Foreground:");
309 mScalingLabel.setText("Foreground Scaling:");
381 mFgColorLabel.setText("Foreground Color:");
415 updateColor(display, mValues.foreground, false /*background*/);
540 updateColor(display, mValues.foreground, false /*background*/);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 137 * a task was simply brought to the foreground.
264 * perspective of oom_adj receivers run at a higher foreground level, but for our
746 * foreground.
782 * foreground.
1013 public boolean foreground; field in class:ActivityManager.RunningServiceInfo
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 441 RGB foreground = mPreviewIconFactory.getForegroundColor(); local
442 if (foreground != null) {
443 mForeground = new Color(getDisplay(), foreground);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 183 bool foreground) OVERRIDE {}
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 593 // Check foreground color first.
594 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor(); local
595 if (foreground != Color::transparent && foreground != selectionFillColor) {
598 selectionFillColor = foreground;
668 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
    [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 127 iconState.foreground = new RGB(0x33, 0xb6, 0xea);
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 109 bool foreground) {
112 foreground ? (ADD_INHERIT_GROUP | ADD_ACTIVE) :
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 144 bool foreground) {
146 foreground ? (ADD_INHERIT_GROUP | ADD_ACTIVE) :
    [all...]

Completed in 3408 milliseconds

1 2 34 5 6 7