HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 476 - 500 of 1206) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
zonemeta.h 66 * Returns an Olson ID for the ginve metazone and region
68 static UnicodeString& U_EXPORT2 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.h 37 bool intel_check_blit_format(struct intel_region *region,
  /external/skia/src/utils/debugger/
SkObjectParser.h 102 @param region SkRegion
104 static SkString* RegionToString(const SkRegion& region);
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 45 // Obtain the region containing the attribute data. Expect exactly one
58 llvm::StringRef region = region_frag.getRegion(); local
66 const char *attribute_data = region.begin();
79 const char *subsection_data = region.begin() + subsection_offset;
113 reinterpret_cast<ConstAddress>(region.begin()) + vendor_data_offset;
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 71 llvm::StringRef region = m_pInput->memArea()->request(m_pInput->fileOffset(), local
73 const char* ELF_hdr = region.begin();
134 llvm::StringRef region = mem->request(offset, size); local
138 ASSERT_TRUE(m_pELFReader->readRela(*m_pInput, **rs, region));
  /hardware/intel/common/libva/va/x11/
dri2_util.c 93 XserverRegion region; local
106 region = XFixesCreateRegion(ctx->native_dpy, &xrect, 1);
107 VA_DRI2CopyRegion(ctx->native_dpy, dri_drawable->x_drawable, region,
109 XFixesDestroyRegion(ctx->native_dpy, region);
va_dri2.h 68 VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region,
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 71 public ImageModel(Context context, Uri uri, RegionModel region)
73 super(context, SmilHelper.ELEMENT_TAG_IMAGE, uri, region);
79 Uri uri, RegionModel region) throws MmsException {
81 contentType, src, uri, region);
VideoModel.java 51 public VideoModel(Context context, Uri uri, RegionModel region)
53 this(context, null, null, uri, region);
59 Uri uri, RegionModel region) throws MmsException {
60 super(context, SmilHelper.ELEMENT_TAG_VIDEO, contentType, src, uri, region);
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 59 public void onRegionTapped(int region);
176 private int pickColor(int color, int region) {
177 if (isPressed() && (mLastRegion&region) != 0) {
180 if ((mColoredRegions&region) == 0) {
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 609 final Rect region = mInvalidate; local
612 region.set(frame);
614 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY);
615 region.union(0, frame.bottom - deltaY, getWidth(),
618 invalidate(region);
639 final Rect region = mInvalidate; local
642 region.set(frame);
644 region.union(frame.left - deltaX, frame.top, frame.right - deltaX, frame.bottom);
645 region.union(frame.right - deltaX, 0,
648 invalidate(region);
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 59 mLayer->region.clear();
64 mLayer->region.subtractSelf(r);
117 // Dirty region tracking
120 Region* LayerRenderer::getRegion() const {
124 return &mLayer->region;
131 if (mLayer->region.isRect() || mLayer->region.isEmpty()) {
146 Region safeRegion = Region::createTJunctionFreeRegion(mLayer->region);
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 43 region is, by default, assumed to be the frame state for the next
44 region. Each region is thought of as being divided into a
68 of the region. For this reason, there is usually no need to describe
71 Within a region, each instruction that affects the frame state in some
73 purpose, each instruction in the region is assigned a unique index.
152 linked list of region-descriptors. See section ``Region
215 A region descriptor is a variable length structure that describes how
216 each instruction in the region affects the frame state. Of course
    [all...]
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 119 webrtc::DesktopRegion region; local
122 region.AddRect(webrtc::DesktopRect::MakeXYWH(
127 updated_region_.AddRegion(region);
129 // Update the desktop shape region.
140 // region.
151 const webrtc::DesktopRegion& region) {
154 for (webrtc::DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
158 // Updated areas outside of the new desktop shape region should be made
339 // transparent region. Exclude anything within the new desktop shape.
344 // Add newly exposed areas to the update region and limit updates to the ne
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 151 drm_intel_bo_reference(intelObj->mt->region->bo);
152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo;
153 pitch = intelObj->mt->region->pitch * intelObj->mt->cpp;
169 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
171 if (intelObj->mt->region->tiling == I915_TILING_Y)
317 * region might now change and that wouldn't be detected:
i915_texstate.c 166 drm_intel_bo_reference(intelObj->mt->region->bo);
167 i915->state.tex_buffer[unit] = intelObj->mt->region->bo;
172 pitch = intelObj->mt->region->pitch * intelObj->mt->cpp;
178 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
180 if (intelObj->mt->region->tiling == I915_TILING_Y)
383 * region might now change and that wouldn't be detected:
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 83 void ScreenCapturerWinMagnifier::Capture(const DesktopRegion& region) {
127 fallback_capturer_->Capture(region);
146 DesktopRegion region; local
148 last_frame->data(), current_frame->data(), &region);
149 helper_.InvalidateRegion(region);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 151 drm_intel_bo_reference(intelObj->mt->region->bo);
152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo;
153 pitch = intelObj->mt->region->pitch * intelObj->mt->cpp;
169 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
171 if (intelObj->mt->region->tiling == I915_TILING_Y)
317 * region might now change and that wouldn't be detected:
i915_texstate.c 166 drm_intel_bo_reference(intelObj->mt->region->bo);
167 i915->state.tex_buffer[unit] = intelObj->mt->region->bo;
172 pitch = intelObj->mt->region->pitch * intelObj->mt->cpp;
178 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
180 if (intelObj->mt->region->tiling == I915_TILING_Y)
383 * region might now change and that wouldn't be detected:
  /external/skia/src/effects/
SkAlphaThresholdFilter.cpp 16 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold);
38 SkImageFilter* SkAlphaThresholdFilter::Create(const SkRegion& region,
41 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold));
241 SkAlphaThresholdFilterImpl::SkAlphaThresholdFilterImpl(const SkRegion& region,
245 , fRegion(region)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 171 IndexedRegion region = getRegion(element); local
172 String text = getText(region.getStartOffset(), region.getEndOffset());
182 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + open,
187 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + close, oldLength,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 57 MemoryRegion region; local
58 // Request output region
71 region = pOutput.request(section->offset(), section->size());
72 if (region.size() == 0) {
102 emitSectionData(*section, region);
105 emitEhFrame(pModule, *section->getEhFrame(), region);
111 emitRelocation(m_Config, *section, region);
114 target().emitSectionData(*section, region);
217 MemoryRegion region = pOutput.request(0, sizeof(ElfXX_Ehdr)); local
218 ElfXX_Ehdr* header = (ElfXX_Ehdr*)region.begin()
314 MemoryRegion region = pOutput.request(getLastStartOffset<SIZE>(pModule), local
351 MemoryRegion region = pOutput.request(start_offset, local
379 MemoryRegion region = pOutput.request(pShStrTab.offset(), pShStrTab.size()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
    [all...]
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 518 SkRegion region; local
520 region.setRect(0, 0, src_w / 2, src_h / 2);
521 canvas.setClipRegion(region);
522 // This region is a semi-transparent red to test non-opaque pixels.
524 region.setRect(src_w / 2, 0, src_w, src_h / 2);
525 canvas.setClipRegion(region);
527 region.setRect(0, src_h / 2, src_w / 2, src_h);
528 canvas.setClipRegion(region);
530 region.setRect(src_w / 2, src_h / 2, src_w, src_h);
531 canvas.setClipRegion(region);
    [all...]

Completed in 417 milliseconds

<<11121314151617181920>>