Searched defs:patches (Results 1 - 7 of 7) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_unittest.py77 def patches(self): member in class:TestCase
78 return self._stubber.patches
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_unittest.py81 def patches(self): member in class:TestCase
82 return self._stubber.patches
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DNinePatch.java25 * patches will not be scaled, only the interior patch will be scaled.
61 /** Create a ninepatch by cutting up the given texture into nine patches. The subsequent parameters define the 4 lines that will
72 /** Create a ninepatch by cutting up the given texture region into nine patches. The subsequent parameters define the 4 lines
84 TextureRegion[] patches = new TextureRegion[9];
86 if (left > 0) patches[TOP_LEFT] = new TextureRegion(region, 0, 0, left, top);
87 if (middleWidth > 0) patches[TOP_CENTER] = new TextureRegion(region, left, 0, middleWidth, top);
88 if (right > 0) patches[TOP_RIGHT] = new TextureRegion(region, left + middleWidth, 0, right, top);
91 if (left > 0) patches[MIDDLE_LEFT] = new TextureRegion(region, 0, top, left, middleHeight);
92 if (middleWidth > 0) patches[MIDDLE_CENTER] = new TextureRegion(region, left, top, middleWidth, middleHeight);
93 if (right > 0) patches[MIDDLE_RIGH
153 NinePatch(TextureRegion... patches) argument
222 load(TextureRegion[] patches) argument
[all...]
/external/pcre/dist/sljit/
H A DsljitLir.h349 sljit_uw patches; member in struct:sljit_compiler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 185 milliseconds