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

  /external/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 36 , fTextureSize(SkISize::Make(-1,-1)) {}
132 if (texture->width() != fTextureSize.width() ||
133 texture->height() != fTextureSize.height()) {
134 fTextureSize = SkISize::Make(texture->width(), texture->height());
136 SkIntToScalar(fTextureSize.width()),
137 SkIntToScalar(fTextureSize.height()));
159 SkISize fTextureSize;
253 , fTextureSize(SkISize::Make(-1,-1)) {}
390 if (texture->width() != fTextureSize.width() ||
391 texture->height() != fTextureSize.height())
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 37 , fTextureSize(SkISize::Make(-1,-1))
138 if (texture->width() != fTextureSize.width() ||
139 texture->height() != fTextureSize.height()) {
140 fTextureSize = SkISize::Make(texture->width(), texture->height());
142 SkIntToScalar(fTextureSize.width()),
143 SkIntToScalar(fTextureSize.height()));
166 SkISize fTextureSize;
269 , fTextureSize(SkISize::Make(-1,-1))
410 if (texture->width() != fTextureSize.width() ||
411 texture->height() != fTextureSize.height())
    [all...]

Completed in 1710 milliseconds