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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.h 81 IntSize filterSize;
FETurbulence.cpp 156 , filterSize(paintingSize)
280 float tileWidth = paintingData.filterSize.width();
282 float tileHeight = paintingData.filterSize.height();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.cpp 123 const int filterSize = codePointsFilter ? codePointsFilter->size() : 0;
124 if (filterSize <= 0) {
136 for (int i = 0; i < filterSize; ++i) {
157 const int filterSize = codePointsFilter ? codePointsFilter->size() : 0;
160 if (!pInfo && filterSize > 0 && childDicNodes->exceeds(filterSize)) {

Completed in 28 milliseconds