Searched refs:other (Results 276 - 300 of 525) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/libs/hwui/
H A DClipArea.cpp62 const TransformedRectangle& other) const {
64 return mTransform == other.mTransform;
67 void TransformedRectangle::intersectWith(const TransformedRectangle& other) { argument
68 mBounds.doIntersect(other.mBounds);
267 // existing clipping information from the other modes.
445 SkRegion other; local
452 other.setRect(resultClip.toSkIRect());
456 other.setPath(transformedRect, createViewportRegion());
462 other = transformedList.convertToRegion(createViewportRegion());
466 other
496 const RectangleList& other = getRectList(recordedClip); local
535 SkRegion other; local
[all...]
H A DClipArea.h37 bool canSimplyIntersectWith(const TransformedRectangle& other) const;
38 void intersectWith(const TransformedRectangle& other);
H A DFloatColor.h58 bool operator==(const FloatColor& other) const {
59 return MathUtils::areEqual(r, other.r)
60 && MathUtils::areEqual(g, other.g)
61 && MathUtils::areEqual(b, other.b)
62 && MathUtils::areEqual(a, other.a);
65 bool operator!=(const FloatColor& other) const {
66 return !(*this == other);
H A DGradientCache.h63 bool operator==(const GradientCacheEntry& other) const {
64 return compare(*this, other) == 0;
67 bool operator!=(const GradientCacheEntry& other) const {
68 return compare(*this, other) != 0;
H A DPatchCache.h103 bool operator==(const PatchDescription& other) const {
104 return compare(*this, other) == 0;
107 bool operator!=(const PatchDescription& other) const {
108 return compare(*this, other) != 0;
H A DProfileData.cpp86 void ProfileData::mergeWith(const ProfileData& other) { argument
92 for (size_t i = 0; i < other.mJankTypeCounts.size(); i++) {
94 mJankTypeCounts[i] += other.mJankTypeCounts[i];
96 for (size_t i = 0; i < other.mFrameCounts.size(); i++) {
98 mFrameCounts[i] += other.mFrameCounts[i];
101 mJankFrameCount += other.mJankFrameCount;
103 mTotalFrameCount += other.mTotalFrameCount;
104 if (mStatStartTime > other.mStatStartTime
106 mStatStartTime = other.mStatStartTime;
H A DProfileData.h53 void mergeWith(const ProfileData& other);
H A DRect.h239 /* For other geometry, we do the regular rounding in order to snap, but also outset the
268 void expandToCover(const Rect& other) { argument
269 left = std::min(left, other.left);
270 top = std::min(top, other.top);
271 right = std::max(right, other.right);
272 bottom = std::max(bottom, other.bottom);
H A DRenderBufferCache.h53 * not enough space available. Adding a buffer can cause other buffer to
92 bool operator==(const RenderBufferEntry& other) const {
93 return compare(*this, other) == 0;
96 bool operator!=(const RenderBufferEntry& other) const {
97 return compare(*this, other) != 0;
100 bool operator<(const RenderBufferEntry& other) const {
101 return RenderBufferEntry::compare(*this, other) < 0;
H A DRenderProperties.cpp60 LayerProperties& LayerProperties::operator=(const LayerProperties& other) { argument
61 setType(other.type());
62 setOpaque(other.opaque());
63 setAlpha(other.alpha());
64 setXferMode(other.xferMode());
65 setColorFilter(other.colorFilter());
87 RenderProperties& RenderProperties::operator=(const RenderProperties& other) { argument
88 if (this != &other) {
89 mPrimitiveFields = other.mPrimitiveFields;
90 setStaticMatrix(other
[all...]
H A DRenderProperties.h118 LayerProperties& operator=(const LayerProperties& other);
190 RenderProperties& operator=(const RenderProperties& other);
659 * These fields are all generated from other properties and are not set directly.
H A DTextDropShadowCache.h62 bool operator==(const ShadowText& other) const {
63 return compare(*this, other) == 0;
66 bool operator!=(const ShadowText& other) const {
67 return compare(*this, other) != 0;
/frameworks/base/libs/hwui/font/
H A DFont.h63 bool operator==(const FontDescription& other) const {
64 return compare(*this, other) == 0;
67 bool operator!=(const FontDescription& other) const {
68 return compare(*this, other) != 0;
H A DFontUtil.h30 #error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/base/libs/hwui/hwui/
H A DPaint.h49 Paint& operator=(const Paint& other);
H A DPaintImpl.cpp41 Paint& Paint::operator=(const Paint& other) { argument
42 SkPaint::operator=(other);
43 mLetterSpacing = other.mLetterSpacing;
44 mWordSpacing = other.mWordSpacing;
45 mFontFeatureSettings = other.mFontFeatureSettings;
46 mMinikinLangListId = other.mMinikinLangListId;
47 mFontVariant = other.mFontVariant;
48 mHyphenEdit = other.mHyphenEdit;
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h141 bool operator==(const Entry& other) const {
142 return compare(*this, other) == 0;
145 bool operator!=(const Entry& other) const {
146 return compare(*this, other) != 0;
149 bool operator<(const Entry& other) const {
150 return Entry::compare(*this, other) < 0;
/frameworks/base/libs/hwui/utils/
H A DFatVector.h11 * documentation and/or other materials provided with the distribution.
58 InlineStdAllocator(const InlineStdAllocator& other) argument
59 : mAllocation(other.mAllocation) {}
H A DLinearAllocator.h11 * documentation and/or other materials provided with the distribution.
120 LinearAllocator(const LinearAllocator& other);
162 LinearStdAllocator(const LinearStdAllocator& other) argument
163 : linearAllocator(other.linearAllocator) {}
169 typedef LinearStdAllocator<U> other; typedef in struct:android::uirenderer::LinearStdAllocator::rebind
171 // enable allocators to be constructed from other templated types
173 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(implicit) argument
174 : linearAllocator(other.linearAllocator) {}
H A DMacros.h27 bool operator==(const Type& other) const; \
29 bool operator!=(const Type& other) const { return !(*this == other); } \
/frameworks/base/libs/input/
H A DSpriteController.h42 inline bool operator== (const SpriteTransformationMatrix& other) { argument
43 return dsdx == other.dsdx
44 && dtdx == other.dtdx
45 && dsdy == other.dsdy
46 && dtdy == other.dtdy;
49 inline bool operator!= (const SpriteTransformationMatrix& other) { argument
50 return !(*this == other);
87 * A sprite is a simple graphical object that is displayed on-screen above other layers.
135 * by other components.
/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c56 int index, other; local
64 other = (index == 0 ? 1 : 0);
66 if (buffer_states[other] == BUFFER_EMPTY)
67 empty_index = other;
90 int index, other; local
98 other = (index == 0 ? 1 : 0);
100 if (buffer_states[other] == BUFFER_FULL)
101 full_index = other;
/frameworks/base/location/java/android/location/
H A DGeofence.java171 Geofence other = (Geofence) obj;
172 if (mRadius != other.mRadius)
174 if (mLatitude != other.mLatitude)
176 if (mLongitude != other.mLongitude)
178 if (mType != other.mType)
/frameworks/base/media/java/android/media/
H A DAudioDevicePort.java86 AudioDevicePort other = (AudioDevicePort)o;
87 if (mType != other.type()) {
90 if (mAddress == null && other.address() != null) {
93 if (!mAddress.equals(other.address())) {
H A DAudioFocusInfo.java148 AudioFocusInfo other = (AudioFocusInfo) obj;
149 if (!mAttributes.equals(other.mAttributes)) {
152 if (mClientUid != other.mClientUid) {
155 if (!mClientId.equals(other.mClientId)) {
158 if (!mPackageName.equals(other.mPackageName)) {
161 if (mGainRequest != other.mGainRequest) {
164 if (mLossReceived != other.mLossReceived) {
167 if (mFlags != other.mFlags) {
170 if (mSdkTarget != other.mSdkTarget) {

Completed in 209 milliseconds

<<11121314151617181920>>