Home
last modified time | relevance | path

Searched refs:REFERENCE (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/cc/output/
Dfilter_operation.h39 REFERENCE, enumerator
53 DCHECK_NE(type_, REFERENCE); in amount()
73 DCHECK_EQ(type_, REFERENCE); in image_filter()
144 return FilterOperation(REFERENCE, image_filter); in CreateReferenceFilter()
173 DCHECK_NE(type_, REFERENCE); in set_amount()
193 DCHECK_EQ(type_, REFERENCE); in set_image_filter()
Dfilter_operation.cc25 if (type_ == REFERENCE) in operator ==()
44 DCHECK_NE(type_, REFERENCE); in FilterOperation()
94 DCHECK_EQ(type_, REFERENCE); in FilterOperation()
161 case FilterOperation::REFERENCE: in CreateNoOpFilter()
192 case FilterOperation::REFERENCE: in ClampAmountForFilterType()
218 if (to_op.type() == FilterOperation::REFERENCE) { in Blend()
290 case FilterOperation::REFERENCE: { in AsValue()
Dfilter_operations.cc65 DCHECK(op.type() != FilterOperation::REFERENCE); in GetOutsets()
93 case FilterOperation::REFERENCE: in HasFilterThatMovesPixels()
122 case FilterOperation::REFERENCE: in HasFilterThatAffectsOpacity()
151 if (operations_[i].type() == FilterOperation::REFERENCE) in HasReferenceFilter()
Drender_surface_filters.cc242 case FilterOperation::REFERENCE: { in BuildImageFilter()
/external/clang/include/clang/AST/
DStmtIterator.h74 template <typename DERIVED, typename REFERENCE>
77 REFERENCE, ptrdiff_t,
78 REFERENCE, REFERENCE> {
112 REFERENCE operator*() const {
116 REFERENCE operator->() const { return operator*(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipPathOperation.h45 REFERENCE, enumerator
83 : ClipPathOperation(REFERENCE) in ReferenceClipPathOperation()
93 …thOperation, op, op->type() == ClipPathOperation::REFERENCE, op.type() == ClipPathOperation::REFER…
DRenderLayerFilterInfo.cpp120 if (filterOperation->type() != FilterOperation::REFERENCE) in updateReferenceFilterClients()
DFilterEffectRenderer.cpp102 case FilterOperation::REFERENCE: { in build()
236 if (filterOperation->type() != FilterOperation::REFERENCE) { in build()
DRenderLayer.cpp1993 } else if (style->clipPath()->type() == ClipPathOperation::REFERENCE) { in paintLayerContents()
3763 if (filterOperation->type() != FilterOperation::REFERENCE) in computeFilterOperations()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java47 …assert ((category == REFERENCE || category == UNINIT_REF || category == UNINIT_THIS) && type != nu… in RegisterType()
48 … ((category != REFERENCE && category != UNINIT_REF && category != UNINIT_THIS) && type == null); in RegisterType()
119 public static final byte REFERENCE = 18; field in RegisterType
154 … LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED},
156 … CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, REFERENCE, CONFLICTED},
172REFERENCE, CONFLICTED, REFERENCE, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, C…
236 return getRegisterType(REFERENCE, classPath.getClass(type)); in getRegisterType()
280 if (mergedCategory == REFERENCE) { in merge()
DClassProto.java368 final byte REFERENCE = 0;
385 if (fieldTypes[front] != REFERENCE) {
387 if (fieldTypes[back] == REFERENCE) {
395 if (fieldTypes[front] != REFERENCE) {
DMethodAnalyzer.java161 RegisterType.getRegisterType(RegisterType.REFERENCE, in analyze()
1002 RegisterType.REFERENCE);
1047 exceptionType = RegisterType.getRegisterType(RegisterType.REFERENCE,
1050 … exceptionType = RegisterType.getRegisterType(RegisterType.REFERENCE, classPath.getClass(type))
1093 RegisterType stringType = RegisterType.getRegisterType(RegisterType.REFERENCE, stringClass);
1099 RegisterType classType = RegisterType.getRegisterType(RegisterType.REFERENCE, classClass);
1166 if (arrayRegisterType.category != RegisterType.REFERENCE ||
1197 if (arrayRegisterType.category != RegisterType.REFERENCE ||
1208 … RegisterType.getRegisterType(RegisterType.REFERENCE, classPath.getClass(elementType)));
1261 RegisterType.getRegisterType(RegisterType.REFERENCE, objectRegisterType.type));
/external/chromium_org/tools/idl_parser/test_parser/
Dimplements_web.idl33 /* PROP REFERENCE=B */
40 /* PROP REFERENCE=C */
47 /* PROP REFERENCE=E */
/external/valgrind/main/VEX/switchback/
Dbinary_switchback.pl265 open(REFERENCE, "$ref_output") || die "Error: Couldn't open $ref_output\n";
266 my @ref_lines = <REFERENCE>;
267 close(REFERENCE);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperations.cpp94 if (m_operations.at(i)->type() == FilterOperation::REFERENCE) in hasReferenceFilter()
104 …UR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE) in hasOutsets()
136 case FilterOperation::REFERENCE: { in outsets()
DFilterOperation.h46 REFERENCE, // url(#somefilter) enumerator
74 case REFERENCE: in canInterpolate()
144 : FilterOperation(REFERENCE) in ReferenceFilterOperation()
155 DEFINE_FILTER_OPERATION_TYPE_CASTS(ReferenceFilterOperation, REFERENCE);
DSkiaImageFilterBuilder.cpp98 case FilterOperation::REFERENCE: { in buildFilterOperations()
/external/markdown/tests/extensions-x-abbr/
Dabbr.txt2 ref and REFERENCE should be ignored.
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFilterOperationResolver.cpp46 return FilterOperation::REFERENCE; in filterOperationForType()
104 if (operationType == FilterOperation::REFERENCE) { in createFilterOperations()
DStyleResourceLoader.cpp56 if (filterOperation->type() == FilterOperation::REFERENCE) { in loadPendingSVGDocuments()
/external/chromium_org/content/common/
Dcc_messages.cc46 case cc::FilterOperation::REFERENCE: in Write()
117 case cc::FilterOperation::REFERENCE: { in Read()
171 case cc::FilterOperation::REFERENCE: in Log()
Dcc_messages_unittest.cc153 if (a->filters.at(i).type() != cc::FilterOperation::REFERENCE) { in Compare()
156 EXPECT_EQ(b->filters.at(i).type(), cc::FilterOperation::REFERENCE); in Compare()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp1072 case FilterOperation::REFERENCE: in copyWebCoreFilterOperationsToWebFilterOperations()
/external/chromium_org/base/
Dcallback.h.pump220 // PASSING PARAMETERS BY REFERENCE
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp791 case FilterOperation::REFERENCE: in valueForFilter()
2654 if (operation->type() == ClipPathOperation::REFERENCE) in getPropertyCSSValue()

12