Searched refs:fTextureSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.cpp274 , fTextureSize(SkISize::Make(-1, -1)) {}
376 if (texture->width() != fTextureSize.width() ||
377 texture->height() != fTextureSize.height()) {
378 fTextureSize = SkISize::Make(texture->width(), texture->height());
380 SkIntToScalar(fTextureSize.width()),
381 SkIntToScalar(fTextureSize.height()));
409 SkISize fTextureSize; member in class:GrGLDistanceFieldPathGeoProc

Completed in 70 milliseconds