HomeSort by relevance Sort by last modified time
    Searched refs:fType (Results 151 - 175 of 303) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tests/
MetaDataTest.cpp 72 SkMetaData::Type fType;
94 REPORTER_ASSERT(reporter, gElems[i].fType == t);
  /external/chromium_org/third_party/skia/include/effects/
SkPerlinNoiseShader.h 121 /*const*/ SkPerlinNoiseShader::Type fType;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSet.cpp 75 if (fFieldInfo->fType == SkType_Array)
SkScriptDecompile.cpp 93 SkOperand2::OpType fType;
116 SkASSERT(gOperandNames[index].fType == type);
119 SkASSERT(gOperandNames[++index].fType == type);
SkScriptTokenizer.cpp 161 value->fType = toType;
190 switch (value.fType) {
347 SkOperand2::OpType type = value->fType;
375 if (top.fType != SkOperand2::kObject)
498 value->fOperand.fArray->setType(type = tokenValue.fType);
502 if (tokenValue.fType != type)
554 operand.fType = SkOperand2::kS32;
558 operand.fType = SkOperand2::kScalar;
598 operand.fType = SkOperand2::kString;
613 addTokenInt(top.fType);
    [all...]
SkAnimator.cpp 232 SkASSERT(info->fType == SkType_Array);
314 if (info->fType != SkType_MemberProperty) {
324 if (success && scriptValue.fType == SkType_Int)
340 if (info->fType != SkType_MemberProperty) {
350 if (success && scriptValue.fType == SkType_Float)
543 if (info->fType != SkType_Array)
570 if (info->fType != SkType_MemberProperty) {
577 scriptValue.fType = SkType_Int;
595 if (info->fType != SkType_MemberProperty) {
602 scriptValue.fType = SkType_Float
    [all...]
SkDisplayApply.cpp 114 SkDisplayTypes type = (SkDisplayTypes) info->fType;
122 temp.fType = valuesType;
130 scriptValue.fType = info->getType();
458 SkDisplayTypes type = (SkDisplayTypes) info->fType;
488 value->fType = SkType_Int;
492 value->fType = SkType_Int;
496 value->fType = SkType_MSec;
742 SkDisplayTypes type = (SkDisplayTypes) info->fType;
766 SkASSERT(scriptValue.fType == SkType_Float);
770 scriptValue.fType = type
    [all...]
SkDrawPaint.cpp 160 scriptValue->fType = SkType_Float;
161 SkASSERT(parameters[0].fType == SkType_String);
193 value->fType = SkType_Float;
  /external/skia/include/effects/
SkPerlinNoiseShader.h 118 /*const*/ SkPerlinNoiseShader::Type fType;
  /external/skia/src/animator/
SkAnimateSet.cpp 75 if (fFieldInfo->fType == SkType_Array)
SkScriptDecompile.cpp 93 SkOperand2::OpType fType;
116 SkASSERT(gOperandNames[index].fType == type);
119 SkASSERT(gOperandNames[++index].fType == type);
SkScriptTokenizer.cpp 161 value->fType = toType;
190 switch (value.fType) {
347 SkOperand2::OpType type = value->fType;
375 if (top.fType != SkOperand2::kObject)
498 value->fOperand.fArray->setType(type = tokenValue.fType);
502 if (tokenValue.fType != type)
554 operand.fType = SkOperand2::kS32;
558 operand.fType = SkOperand2::kScalar;
598 operand.fType = SkOperand2::kString;
613 addTokenInt(top.fType);
    [all...]
SkAnimator.cpp 232 SkASSERT(info->fType == SkType_Array);
314 if (info->fType != SkType_MemberProperty) {
324 if (success && scriptValue.fType == SkType_Int)
340 if (info->fType != SkType_MemberProperty) {
350 if (success && scriptValue.fType == SkType_Float)
543 if (info->fType != SkType_Array)
570 if (info->fType != SkType_MemberProperty) {
577 scriptValue.fType = SkType_Int;
595 if (info->fType != SkType_MemberProperty) {
602 scriptValue.fType = SkType_Float
    [all...]
SkDisplayApply.cpp 114 SkDisplayTypes type = (SkDisplayTypes) info->fType;
122 temp.fType = valuesType;
130 scriptValue.fType = info->getType();
458 SkDisplayTypes type = (SkDisplayTypes) info->fType;
488 value->fType = SkType_Int;
492 value->fType = SkType_Int;
496 value->fType = SkType_MSec;
742 SkDisplayTypes type = (SkDisplayTypes) info->fType;
766 SkASSERT(scriptValue.fType == SkType_Float);
770 scriptValue.fType = type
    [all...]
SkDrawPaint.cpp 160 scriptValue->fType = SkType_Float;
161 SkASSERT(parameters[0].fType == SkType_String);
193 value->fType = SkType_Float;
  /external/skia/src/gpu/gl/
GrGLUniformManager.h 109 GrSLType fType;
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 168 SkImageEncoder_CG(Type t) : fType(t) {}
174 Type fType;
188 switch (fType) {
SkImageDecoder_WIC.cpp 275 SkImageEncoder_WIC(Type t) : fType(t) {}
281 Type fType;
289 switch (fType) {
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 186 SkDisplayTypes type = gTypeNames[index].fType;
194 if (info[inner].fType == SkType_BaseClassInfo)
231 SkDisplayTypes infoType = (SkDisplayTypes) info->fType;
242 SkASSERT(scriptValue.fType == SkType_Scalar);
332 if (info->fType == SkType_MemberProperty) {
336 scriptValue.fType = SkType_Scalar;
449 SkDisplayTypes type = gTypeNames[index].fType;
  /external/skia/src/xml/
SkJSDisplayable.cpp 186 SkDisplayTypes type = gTypeNames[index].fType;
194 if (info[inner].fType == SkType_BaseClassInfo)
231 SkDisplayTypes infoType = (SkDisplayTypes) info->fType;
242 SkASSERT(scriptValue.fType == SkType_Scalar);
332 if (info->fType == SkType_MemberProperty) {
336 scriptValue.fType = SkType_Scalar;
449 SkDisplayTypes type = gTypeNames[index].fType;
  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 90 if (range->fType != SkAdvancedTypefaceMetrics::WidthRange::kRange) {
110 range->fType = type;
117 range->fType =
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_CG.cpp 221 SkImageEncoder_CG(Type t) : fType(t) {}
227 Type fType;
241 switch (fType) {
SkImageDecoder_WIC.cpp 275 SkImageEncoder_WIC(Type t) : fType(t) {}
281 Type fType;
289 switch (fType) {
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 282 size_t runningStride = GrVertexAttribTypeSize(genericVertexAttribs[0].fType);
285 genericVertexAttribs[i + 1].fType =
287 runningStride += GrVertexAttribTypeSize(genericVertexAttribs[i + 1].fType);
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 90 if (range->fType != SkAdvancedTypefaceMetrics::WidthRange::kRange) {
110 range->fType = type;
117 range->fType =

Completed in 427 milliseconds

1 2 3 4 5 67 8 91011>>