Searched defs:Length (Results 1 - 9 of 9) sorted by relevance

/inkscape/share/extensions/
H A Dmeasure.py137 class Length(inkex.Effect): class in inherits:inkex.Effect
191 help="Scale Factor (Drawing:Real Length)")
337 e = Length()
/inkscape/src/livarot/
H A DPathCutting.cpp472 * \return Length of the lines in the pts vector.
475 double Path::Length() function in class:Path
/inkscape/src/libuemf/
H A Duwmf_endian.c483 if(torev){ L2 = *(int16_t *)(record + U_SIZE_METARECORD); } /* Length field */
484 U_WMRCORE_N16_swap(record,1,torev); /* Length */
485 if(!torev){ L2 = *(int16_t *)(record + U_SIZE_METARECORD); } /* Length field */
585 int off,Length,Len2,Opts; local
588 Length = *(int16_t *)( record + offsetof(U_WMREXTTEXTOUT,Length));
591 U_swap2(record + offsetof(U_WMREXTTEXTOUT,y), 4); /* y,x,Length,Opts*/
593 Length = *(int16_t *)( record + offsetof(U_WMREXTTEXTOUT,Length));
600 Len2 = (Length
[all...]
H A Dupmf_print.c544 uint32_t Version, SizeUnit, Length; local
549 int status = U_PMF_FONT_get(contents, &Version, &EmSize, &SizeUnit, &FSFlags, &Length, &Data, blimit);
556 printf(" Length:%d", Length );
557 string = U_Utf16leToUtf8((uint16_t *)Data, Length, NULL);
908 int32_t First, Length; local
909 int status = U_PMF_CHARACTERRANGE_get(contents, &First, &Length, blimit);
911 printf(" {%d,%d}",First,Length);
1784 for(; RangeCount; RangeCount--,CharRange++){ printf(" {%d,%d}",CharRange->First,CharRange->Length); }
2599 uint32_t FontID, BrushID, FormatID, Length; local
[all...]
H A Duwmf_print.c713 int16_t Length; local
716 int size = U_WMRTEXTOUT_get(contents, &Dst, &Length, &string);
719 printf(" Length:%d\n", Length);
720 printf(" String:<%.*s>\n", Length, string); /* May not be null terminated */
758 uint16_t Length; local
760 int size = U_WMRPOLYGON_get(contents, &Length, &Data);
762 wcore_points_print(Length, Data);
767 uint16_t Length; local
769 int size = U_WMRPOLYLINE_get(contents, &Length,
778 uint16_t Length; local
889 int16_t Length; local
[all...]
H A Dupmf.c1627 \param Length Number of Unicode Characters in FamilyName
1633 int32_t FSFlags, uint32_t Length, const uint16_t *Font){
1634 uint32_t cbFont = 2 * wchar16len(Font); /* this need not be 2*Length parameter */
1642 {&Length, 4, 1, U_LE},
2192 \param Length Range length
2196 U_PSEUDO_OBJ *U_PMF_CHARACTERRANGE_set(int32_t First, int32_t Length){ argument
2199 {&Length, 4, 1, U_LE},
2397 \param Unit Length of the repeat unit
2471 \param Unit Length of the repeat unit
4430 \param Length Numbe
1632 U_PMF_FONT_set(uint32_t Version, U_FLOAT EmSize, uint32_t SizeUnit, int32_t FSFlags, uint32_t Length, const uint16_t *Font) argument
4437 U_PMR_DRAWSTRING_set(uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text) argument
5471 U_PMF_FONT_get(const char *contents, uint32_t *Version, U_FLOAT *EmSize, uint32_t *SizeUnit, int32_t *FSFlags, uint32_t *Length, const char **Data, const char *blimit) argument
5782 U_PMF_CHARACTERRANGE_get(const char *contents, int32_t *First, int32_t *Length, const char *blimit) argument
[all...]
H A Duwmf.c2876 int16_t Length; local
2878 Length = strlen(string);
2879 L2 = ( Length & 1 ? Length + 1 : Length);
2885 memcpy(record+off,&Length,2); off+=2;
2886 memcpy(record+off,string,Length); off+=Length;
2887 if(Length!=L2){
3029 \param Length Numbe
3032 U_WMRPOLYGON_set(uint16_t Length, const U_POINT16 *Data) argument
3042 U_WMRPOLYLINE_set(uint16_t Length, const U_POINT16 *Data) argument
3059 U_WMRESCAPE_set(uint16_t Escape, uint16_t Length, const void *Data) argument
3185 U_WMREXTTEXTOUT_set(U_POINT16 Dst, int16_t Length, uint16_t Opts, const char *string, int16_t *dx, U_RECT16 rect) argument
5423 U_WMRTEXTOUT_get( const char *contents, U_POINT16 * Dst, int16_t *Length, const char **string ) argument
5556 U_WMRPOLYGON_get( const char *contents, uint16_t *Length, const char **Data ) argument
5576 U_WMRPOLYLINE_get( const char *contents, uint16_t *Length, const char **Data ) argument
5603 U_WMRESCAPE_get( const char *contents, uint16_t *Escape, uint16_t *Length, const char **Data ) argument
5791 U_WMREXTTEXTOUT_get( const char *contents, U_POINT16 * Dst, int16_t *Length, uint16_t *Opts, const char **string, const int16_t **dx, U_RECT16 *rect ) argument
[all...]
H A Duwmf.h1378 int16_t Length; //!< Stringlength in bytes member in struct:__anon370
1600 int16_t Dx; Kerning information. Must have same number of entries as Length.
1602 2*Size16_4[2] -14 - 2*((Length + 1)/2)) - 8*(Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)) == 2*Length
1610 int16_t Length; //!< Stringlength in bytes member in struct:__anon383
2178 char *U_WMRPOLYGON_set(uint16_t Length, const U_POINT16 * Data);
2179 char *U_WMRPOLYLINE_set(uint16_t Length, const U_POINT16 * Data);
2180 char *U_WMRESCAPE_set(uint16_t Escape, uint16_t Length, const void *Data);
2192 char *U_WMREXTTEXTOUT_set(U_POINT16 Dst, int16_t Length, uint16_t Opts, const char *string, int16_t *dx, U_RECT16 rect);
2447 int U_WMRTEXTOUT_get(const char *contents, U_POINT16 * Dst, int16_t *Length, cons
[all...]
H A Dupmf.h1409 uint32_t Length; //!< Number of Unicode Characters in FamilyName member in struct:__anon233
1600 int32_t Length; //!< Range length member in struct:__anon247
1894 /** \defgroup U_PMF_PPTYPERLE PMF Run Length Encoded Path Point Types
1897 U_PMF_PATHPOINTTYPERLE fields specify point types in a path where the path is Run Length Encoded.
2440 uint32_t Length; //!< Number of characters in the string. member in struct:__anon306
2879 int32_t FSFlags, uint32_t Length, const uint16_t *Font);
2900 U_PSEUDO_OBJ *U_PMF_CHARACTERRANGE_set(int32_t First, int32_t Length);
3000 uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text);
3041 int U_PMF_FONT_get(const char *contents, uint32_t *Version, U_FLOAT *EmSize, uint32_t *SizeUnit, int32_t *FSFlags, uint32_t *Length, const char **Data, const char *blimit);
3055 int U_PMF_CHARACTERRANGE_get(const char *contents, int32_t *First, int32_t *Length, cons
[all...]

Completed in 147 milliseconds