HomeSort by relevance Sort by last modified time
    Searched refs:Patch (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
pr12104.cpp 5 template struct Patch<1>;
pr12104.h 1 template <int dimm> struct Patch {
5 const unsigned int Patch<dim>::no_neighbor;
8 f(Patch<1>::no_neighbor);
  /frameworks/base/libs/hwui/
Patch.h 40 // 9-patch structures
44 * An OpenGL patch. This contains an array of vertices and an array of
47 struct Patch {
48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);
49 ~Patch();
84 }; // struct Patch
PatchCache.cpp 53 Patch* PatchCache::get(const float bitmapWidth, const float bitmapHeight,
70 // If the 9patch is made of only transparent quads
79 Patch* mesh = NULL;
85 PATCH_LOGD("New patch mesh "
89 mesh = new Patch(width, height, transparentQuads);
101 PATCH_LOGD("Patch mesh does not match, refreshing vertices");
Patch.cpp 23 #include "Patch.h"
34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads):
37 // 2 triangles per patch, 3 vertices per triangle
49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d",
55 Patch::~Patch() {
63 // Patch management
66 void Patch::copy(const int32_t* xDivs, const int32_t* yDivs) {
71 void Patch::copy(const int32_t* yDivs)
    [all...]
PatchCache.h 24 #include "Patch.h"
50 Patch* get(const float bitmapWidth, const float bitmapHeight,
66 * Description of a patch.
115 KeyedVector<PatchDescription, Patch*> mCache;
Android.mk 25 Patch.cpp \
  /external/webkit/Tools/QueueStatusServer/handlers/
patch.py 35 class Patch(webapp.RequestHandler):
53 self.response.out.write(template.render("templates/patch.html", template_values))
  /external/webkit/Tools/QueueStatusServer/
main.py 39 from handlers.patch import Patch
59 (r'/patch-status/(.*)/(.*)', PatchStatus),
60 (r'/patch/(.*)', Patch),
67 (r'/next-patch/(.*)', NextPatch),
68 (r'/release-patch', ReleasePatch),
  /bootable/recovery/applypatch/
applypatch.h 28 } Patch;
74 const Value* patch, ssize_t patch_offset,
77 const Value* patch, ssize_t patch_offset,
82 const Value* patch,
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2 * Diff Match and Patch
5 * http://code.google.com/p/google-diff-match-patch/
40 * Functions for diff, match and patch.
41 * Computes the difference between two texts to create a patch.
42 * Applies the patch onto another text, allowing for errors.
48 * Class containing the diff, match and patch methods.
1802 Patch patch = new Patch(); local
2029 Patch patch = patches.getFirst(); local
2079 Patch patch; local
2205 Patch patch; local
    [all...]
diff_match_patch_test.java 5 * http://code.google.com/p/google-diff-match-patch/
35 import name.fraser.neil.plaintext.diff_match_patch.Patch;
    [all...]
  /external/skia/samplecode/
SamplePatch.cpp 61 class Patch {
63 Patch() { sk_bzero(fPts, sizeof(fPts)); }
64 ~Patch() {}
138 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv,
219 Patch* patch) {
223 patch->draw(canvas, paint, 10, 10, false, false);
225 patch->draw(canvas, paint, 10, 10, true, false);
227 patch->draw(canvas, paint, 10, 10, false, true);
229 patch->draw(canvas, paint, 10, 10, true, true)
289 Patch patch; local
    [all...]
  /external/regex-re2/re2/
compile.cc 33 // Returns patch list containing just p.
37 // Caller must not ever use patch list again.
38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v);
43 // Appends two patch lists and returns result.
49 // Returns patch list containing just p.
67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) {
80 // Appends two patch lists and returns result.
314 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere
320 PatchList::Patch(inst_, b.end, a.begin);
324 PatchList::Patch(inst_, a.end, b.begin)
    [all...]
  /external/llvm/
README.android 44 * 738f05a - Remove a useless copy of MCELFStreamer. Patch by Logan Chien! (13 days ago) <Benjamin Kramer>
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
ToolChains.h 41 /// a hard-coded patch number to those with a hard coded patch number.
50 /// \brief The parsed major, minor, and patch numbers.
51 int Major, Minor, Patch;
53 /// \brief Any textual suffix on the patch number.
  /external/v8/src/
incremental-marking.cc 423 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION);
425 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL);
444 RecordWriteStub::Patch(Code::cast(e), mode);
  /external/v8/src/ia32/
code-stubs-ia32.h 527 static void Patch(Code* stub, Mode mode) {
  /external/v8/src/x64/
code-stubs-x64.h 529 static void Patch(Code* stub, Mode mode) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 374 begin_paint_.Patch(L"riched20.dll", "user32.dll", "BeginPaint",
376 end_paint_.Patch(L"riched20.dll", "user32.dll", "EndPaint",
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 517 static void Patch(Code* stub, Mode mode) {
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 532 static void Patch(Code* stub, Mode mode) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]

Completed in 292 milliseconds

1 2