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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp 114 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
242 data.interior(offset, normalVector);
370 // Interior pixels.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 79 protected boolean interior; field in class:Sphere
117 * @param interior
120 public Sphere(int zSamples, int radialSamples, float radius, boolean useEvenSlices, boolean interior) {
121 updateGeometry(zSamples, radialSamples, radius, useEvenSlices, interior);
217 if (!interior) // allow interior texture vs. exterior
268 if (!interior) {
289 if (!interior) {
323 if (!interior) {
343 if (!interior) {
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 286 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fTarget.fX, local
290 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
291 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
293 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
294 interior.left(), interior.bottom());
295 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
296 bounds.right(), interior.bottom());
299 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 286 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fTarget.fX, local
290 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
291 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
293 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
294 interior.left(), interior.bottom());
295 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
296 bounds.right(), interior.bottom());
299 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 313 milliseconds