Searched defs:thumb (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/accessibility/
H A DAccessibilitySlider.cpp92 AccessibilitySliderThumb* thumb = static_cast<AccessibilitySliderThumb*>(m_renderer->document()->axObjectCache()->getOrCreate(SliderThumbRole)); local
93 thumb->setParentObject(this);
94 m_children.append(thumb);
/external/kernel-headers/original/asm-arm/
H A Dprocessor.h28 u16 thumb; member in union:debug_insn
/external/webkit/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp181 // Middle click centers slider thumb (if supported)
211 IntRect thumb = style()->subControlRect(QStyle::CC_ScrollBar, opt, QStyle::SC_ScrollBarSlider, 0); local
212 return scrollbar->orientation() == HorizontalScrollbar ? thumb.width() : thumb.height();
/external/webkit/WebCore/platform/chromium/
H A DScrollbarThemeChromiumLinux.cpp109 // This works fine for the track color and the overall thumb
111 // around the thumb piece. Not all themes have a clearly defined
117 // known color of the track and the thumb piece. This is difficult
174 SkScalar thumb[3]; local
178 thumb);
181 paint.setColor(saturateAndBrighten(thumb, 0, 0.02));
191 paint.setColor(saturateAndBrighten(thumb, 0, -0.02));
202 paint.setColor(outlineColor(track, thumb));
/external/webkit/WebCore/rendering/
H A DRenderSlider.cpp170 // We selected the thumb, we want the cursor to always stay at
171 // the same position relative to the thumb.
174 // We are outside the thumb, move the thumb to the point were
175 // we clicked. We'll be exactly at the center of the thumb.
280 // We may be sharing style with another slider, but we must not share the thumb style.
308 RenderBox* thumb = toRenderBox(m_thumb->renderer()); local
310 thumbRect.setWidth(thumb->style()->width().calcMinValue(contentWidth()));
311 thumbRect.setHeight(thumb->style()->height().calcMinValue(contentHeight()));
330 RenderBox* thumb local
[all...]
/external/qemu/
H A Darm-dis.c1637 bfd_boolean thumb)
1656 if (thumb)
2226 print_insn_neon (struct disassemble_info *info, long given, bfd_boolean thumb) argument
2232 if (thumb)
2268 if (thumb && ifthen_state)
1636 print_insn_coprocessor(bfd_vma pc, struct disassemble_info *info, long given, bfd_boolean thumb) argument
/external/qemu/target-arm/
H A Dcpu.h98 uint32_t thumb; /* cpsr[5]. 0 = arm mode, 1 = thumb mode. */ member in struct:CPUARMState
269 | (env->thumb << 24) | ((env->condexec_bits & 3) << 25)
286 env->thumb = ((val & (1 << 24)) != 0);
451 *flags = env->thumb | (env->vfp.vec_len << 1)
H A Dtranslate.c64 int thumb; member in struct:DisasContext
196 if (s->thumb)
826 if (s->thumb != (addr & 1)) {
828 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, thumb));
843 store_cpu_field(tmp, thumb);
3346 if (s->thumb && rn == 15) {
3432 if (s->thumb)
5976 /* branch link and change to thumb (blx <offset>) */
5985 /* offset * 4 + bit24 * 2 + (thumb bit) */
6114 /* branch/exchange thumb (b
[all...]

Completed in 112 milliseconds