Searched defs:that (Results 1 - 25 of 198) sorted by last modified time

12345678

/external/skia/src/core/
H A DSkClipStack.cpp4 * Use of this source code is governed by a BSD-style license that can be
20 SkClipStack::Element::Element(const Element& that) { argument
21 switch (that.getType()) {
28 fRRect = that.fRRect;
31 fPath.set(that.getPath());
35 fSaveCount = that.fSaveCount;
36 fOp = that.fOp;
37 fType = that.fType;
38 fDoAA = that.fDoAA;
39 fFiniteBoundType = that
[all...]
H A DSkMaskGamma.h4 * Use of this source code is governed by a BSD-style license that can be
169 * value for that channel. This class is immutable.
171 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
191 SkTMaskPreBlend(const SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>& that) argument
192 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
H A DSkPath.cpp5 * Use of this source code is governed by a BSD-style license that can be
23 * our promise. Hence we have a custom joiner that doesn't look at emptiness
148 SkPath::SkPath(const SkPath& that) argument
149 : fPathRef(SkRef(that.fPathRef.get())) {
150 this->copyFields(that);
152 fSourcePath = that.fSourcePath;
154 SkDEBUGCODE(that.validate();)
161 SkPath& SkPath::operator=(const SkPath& that) { argument
162 SkDEBUGCODE(that.validate();)
164 if (this != &that) {
175 copyFields(const SkPath& that) argument
190 swap(SkPath& that) argument
[all...]
H A DSkPixelRef.cpp5 * Use of this source code is governed by a BSD-style license that can be
146 void SkPixelRef::cloneGenID(const SkPixelRef& that) { argument
147 // This is subtle. We must call that.getGenerationID() to make sure its genID isn't 0.
148 this->fGenerationID = that.getGenerationID();
150 that.fUniqueGenerationID = false;
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp4 * Use of this source code is governed by a BSD-style license that can be
48 //make it clear when converting a scalar that this is what is wanted.
1187 //If trying to paint with a stroke, ignore that and fill.
1987 //TODO: perspective that bitmap!
2383 SkXPSDevice* that = static_cast<SkXPSDevice*>(dev); local
2396 HRVM(that->fCurrentXpsCanvas->SetTransformLocal(xpsTransform.get()),
2403 HRVM(currentVisuals->Append(that->fCurrentXpsCanvas.get()),
/external/skia/src/gpu/gl/
H A DGrGLContext.cpp4 * Use of this source code is governed by a BSD-style license that can be
12 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& that) { argument
13 fInterface.reset(SkSafeRef(that.fInterface.get()));
14 fGLVersion = that.fGLVersion;
15 fGLSLGeneration = that.fGLSLGeneration;
16 fVendor = that.fVendor;
17 fRenderer = that.fRenderer;
18 fIsMesa = that.fIsMesa;
19 fIsChromium = that.fIsChromium;
20 *fGLCaps = *that
[all...]
H A DGrGLContext.h4 * Use of this source code is governed by a BSD-style license that can be
34 GrGLContextInfo(const GrGLContextInfo& that) { argument
36 *this = that;
85 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
97 GrGLContext(const GrGLContext& that) : INHERITED(that) {} argument
99 GrGLContext& operator= (const GrGLContext& that) { argument
100 this->INHERITED::operator=(that);
H A DGrGLExtensions.cpp4 * Use of this source code is governed by a BSD-style license that can be
34 GrGLExtensions::GrGLExtensions(const GrGLExtensions& that) : fStrings(SkNEW(SkTArray<SkString>)) { argument
35 *this = that;
38 GrGLExtensions& GrGLExtensions::operator=(const GrGLExtensions& that) { argument
39 *fStrings = *that.fStrings;
40 fInitialized = that.fInitialized;
/external/skia/src/ports/
H A DSkFontHost_mac.cpp5 * Use of this source code is governed by a BSD-style license that can be
52 // provide a wrapper here that will return an empty array if need be.
84 void reset(CFRef that = NULL) {
85 CFSafeRetain(that);
87 fCFRef = that;
90 AutoCFRelease& operator =(CFRef that) { argument
91 reset(that);
205 // included below. To verify that CGContextSetShouldSubpixelQuantizeFonts, for
301 * font smoothing will be applied if we request it. The main issue is that if
563 // creates does release it in its destructor, so we balance that wit
[all...]
H A DSkRemotableFontMgr_win_dw.cpp4 * Use of this source code is governed by a BSD-style license that can be
55 explicit DataId(DataId& that) argument
56 : fLoader(that.fLoader), fKey(that.fKey), fKeySize(that.fKeySize)
58 that.fLoader = NULL;
59 that.fKey = NULL;
60 SkDEBUGCODE(that.fKeySize = 0xFFFFFFFF;)
309 // It is possible that the font passed does not actually have the requested character,
311 // Check that th
[all...]
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py6 Use of this source code is governed by a BSD-style license that can be
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_rendered_pictures_test.py6 Use of this source code is governed by a BSD-style license that can be
29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
77 # I tried adding that)
H A Dcompare_to_expectations_test.py6 Use of this source code is governed by a BSD-style license that can be
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/external/skia/include/core/
H A DSkTemplates.h5 * Use of this source code is governed by a BSD-style license that can be
25 * Note that this does *not* prevent the local variable from being optimized away.
62 // This relies on the fact that reinterpret_cast can add constness, but cannot remove it.
71 parameters, the object, and a function that is to be called in the destructor.
88 parameters, the object, and a function that is to be called in the destructor.
103 An SkAutoTDelete<T> is like a T*, except that the destructor of SkAutoTDelete<T>
105 owns the T object that it points to. Like a T*, an SkAutoTDelete<T> may hold
138 * pointer to NULL. Note that this differs from get(), which also returns
147 void swap(SkAutoTDelete* that) { argument
148 SkTSwap(fObj, that
[all...]
/external/skia/include/gpu/gl/
H A DGrGLExtensions.h4 * Use of this source code is governed by a BSD-style license that can be
30 void swap(GrGLExtensions* that) { argument
31 fStrings.swap(&that->fStrings);
32 SkTSwap(fInitialized, that->fInitialized);
37 * of init expects that getString is always non-NULL while getIntegerv and getStringi are non-
/external/skia/include/ports/
H A DSkFontMgr_indirect.h4 * Use of this source code is governed by a BSD-style license that can be
71 DataEntry(DataEntry& that) argument
72 : fDataId(that.fDataId)
73 , fTtcIndex(that.fTtcIndex)
74 , fTypeface(that.fTypeface)
76 SkDEBUGCODE(that.fDataId = SkFontIdentity::kInvalidDataId;)
77 SkDEBUGCODE(that.fTtcIndex = 0xbbadbeef;)
78 that.fTypeface = NULL;
90 * typefaces with that data id. By storing the index next to the typeface,
/external/skia/include/utils/win/
H A DSkTScopedComPtr.h5 * Use of this source code is governed by a BSD-style license that can be
63 void swap(SkTScopedComPtr<T>& that) { argument
65 this->fPtr = that.fPtr;
66 that.fPtr = temp;
/external/regex-re2/re2/
H A Dregexp.cc3 // license that can be found in the LICENSE file.
30 // that could cause arbitrarily deep recursion, so
306 // Swaps this and that in place.
307 void Regexp::Swap(Regexp* that) { argument
311 memmove(this, that, sizeof tmp);
312 memmove(that, tmp, sizeof tmp);
548 // (The rule is that if you have the same name
615 // the regexp that remains after the prefix. The prefix might
690 // ranges as equal if they overlap at all, so that
751 // any that overla
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jar ... Object) com.google.common.collect.ExplicitOrdering that Object object public int hashCode () public java.lang. ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jar ... Object) com.google.common.collect.ExplicitOrdering that Object object public int hashCode () public java.lang. ...

Completed in 7333 milliseconds

12345678