OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbrush
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pen.h
43
virtual IFDE_Brush*
GetBrush
() const = 0;
fde_psr.h
67
virtual IFDE_Brush*
GetBrush
(FDE_HVISUALOBJ hPath) = 0;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java
146
public Bitmap
getBrush
() {
200
// Bitmap.createScaledBitmap(
getBrush
(),(int) size,(int) size,true);
201
brush = createScaledBitmap(
getBrush
(), (int) size, (int) size, true);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h
80
// TODO: implement Pen::
GetBrush
()
81
//Brush *
GetBrush
() const
/external/pdfium/xfa/src/fdp/src/fde/
fde_object.h
34
virtual IFDE_Brush*
GetBrush
() const { return m_pBrush; }
fde_render.cpp
233
IFDE_Brush* pBrush = pPathSet->
GetBrush
(hPath);
fde_gdidevice.cpp
542
Gdiplus::Brush* pGdiBrush = CreateGdiBrush(pPen->
GetBrush
());
563
ReleaseGdiBrush(pGdiPen->
GetBrush
());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java
215
public Bitmap
getBrush
(int brushid) {
Completed in 226 milliseconds