FreeRDP
|
#include <rdtk_nine_patch.h>
Data Fields | |
rdtkEngine * | engine |
wImage * | image |
int | width |
int | height |
int | scanline |
uint8_t * | data |
int | scaleLeft |
int | scaleRight |
int | scaleWidth |
int | scaleTop |
int | scaleBottom |
int | scaleHeight |
int | fillLeft |
int | fillRight |
int | fillWidth |
int | fillTop |
int | fillBottom |
int | fillHeight |
RdTk: Remote Desktop Toolkit
Copyright 2014 Marc-Andre Moreau marca ndre .more au@g mail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 31 of file rdtk_nine_patch.h.
uint8_t* rdtkNinePatch::data |
Definition at line 40 of file rdtk_nine_patch.h.
rdtkEngine* rdtkNinePatch::engine |
Definition at line 33 of file rdtk_nine_patch.h.
int rdtkNinePatch::fillBottom |
Definition at line 53 of file rdtk_nine_patch.h.
int rdtkNinePatch::fillHeight |
Definition at line 54 of file rdtk_nine_patch.h.
int rdtkNinePatch::fillLeft |
Definition at line 49 of file rdtk_nine_patch.h.
int rdtkNinePatch::fillRight |
Definition at line 50 of file rdtk_nine_patch.h.
int rdtkNinePatch::fillTop |
Definition at line 52 of file rdtk_nine_patch.h.
int rdtkNinePatch::fillWidth |
Definition at line 51 of file rdtk_nine_patch.h.
int rdtkNinePatch::height |
Definition at line 38 of file rdtk_nine_patch.h.
wImage* rdtkNinePatch::image |
Definition at line 35 of file rdtk_nine_patch.h.
int rdtkNinePatch::scaleBottom |
Definition at line 46 of file rdtk_nine_patch.h.
int rdtkNinePatch::scaleHeight |
Definition at line 47 of file rdtk_nine_patch.h.
int rdtkNinePatch::scaleLeft |
Definition at line 42 of file rdtk_nine_patch.h.
int rdtkNinePatch::scaleRight |
Definition at line 43 of file rdtk_nine_patch.h.
int rdtkNinePatch::scaleTop |
Definition at line 45 of file rdtk_nine_patch.h.
int rdtkNinePatch::scaleWidth |
Definition at line 44 of file rdtk_nine_patch.h.
int rdtkNinePatch::scanline |
Definition at line 39 of file rdtk_nine_patch.h.
int rdtkNinePatch::width |
Definition at line 37 of file rdtk_nine_patch.h.