HomeSort by relevance Sort by last modified time
    Searched refs:gradientType (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
ProgramCache.h 132 Gradient gradientType;
170 gradientType = kGradientLinear;
226 key |= programid(gradientType) << PROGRAM_GRADIENT_TYPE_SHIFT;
ProgramCache.cpp 410 shader.append(gVS_Header_Uniforms_HasGradient[description.gradientType]);
426 shader.append(gVS_Header_Varyings_HasGradient[description.gradientType]);
446 shader.append(gVS_Main_OutGradient[description.gradientType]);
488 shader.append(gVS_Header_Varyings_HasGradient[description.gradientType]);
515 shader.append(gFS_Uniforms_GradientSampler[description.gradientType]);
533 description.gradientType == ProgramDescription::kGradientLinear;
611 shader.append(gFS_Main_FetchGradient[description.gradientType]);
SkiaShader.cpp 220 description.gradientType = ProgramDescription::kGradientLinear;
283 description.gradientType = ProgramDescription::kGradientCircular;
332 description.gradientType = ProgramDescription::kGradientSweep;
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 692 int gradientType = a.getInt(
708 st.mGradient = gradientType;
710 if (gradientType == LINEAR_GRADIENT) {
753 } else if (gradientType == RADIAL_GRADIENT) {
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp     [all...]

Completed in 882 milliseconds