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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnLocalTriangulator.h 93 bool interior() function in class:WebCore::LoopBlinnLocalTriangulator::Vertex
98 void setInterior(bool interior)
100 m_interior = interior;
229 // Fetches the given interior vertex, 0 <= index < numberOfInteriorVertices().
242 // Adds a vertex to the list of interior vertices.
254 // general triangulation algorithm tessellates this interior region.
256 // The number of interior vertices that are valid for the current
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 117 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector) function in class:WebCore::FELighting::LightingData
310 // Interior pixels
317 data.interior(offset, normalVector);
  /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/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 223 SkIRect interior = SkIRect::MakeXYWH(fTarget.fX, fTarget.fY, local
227 SkIRect bottom = SkIRect::MakeLTRB(0, interior.bottom(),
229 SkIRect left = SkIRect::MakeXYWH(0, interior.top(),
230 fTarget.fX, interior.height());
231 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
232 src.width(), interior.bottom());
235 filterInteriorPixels(src, result, interior);
  /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 1073 milliseconds