HomeSort by relevance Sort by last modified time
    Searched defs:interior (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 343 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
347 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
348 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
350 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
351 interior.left(), interior.bottom());
352 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
353 bounds.right(), interior.bottom());
356 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 121 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) function in class:blink::FELighting::LightingData
249 data.interior(offset, normalVector);
392 // Interior pixels.
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 292 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
296 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
297 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
299 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
300 interior.left(), interior.bottom());
301 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
302 bounds.right(), interior.bottom());
305 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 409 milliseconds